为什么不加 #include<iomanip>就通过不了呢 #include <iostream> #include<iomanip> #include<cmath> int main() { int a,b; std::cin>>a; b=int(sqrt(a));