运行 ID: 73808

Main.cc: In function ‘int main()’:
Main.cc:7:7: error: ‘sqrt’ was not declared in this scope
     w=sqrt(x);
       ^~~~
Main.cc:7:7: note: suggested alternative: ‘qsort’
     w=sqrt(x);
       ^~~~
       qsort