#include<iostream> #include<cmath> using namespace std; int main() { cout << sqrt(pow(6, 2) + pow(9, 2)) << endl; return 0; }
可以运行啊,我手机编译器就行