0_0_13053381_20676.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_13053381_20676.cpp:2:10: #include expects "FILENAME" or <FILENAME>
0_0_13053381_20676.cpp: In function `int main()':
0_0_13053381_20676.cpp:16: error: `scanf' undeclared (first use this function)
0_0_13053381_20676.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13053381_20676.cpp:16: error: `EOF' undeclared (first use this function)
0_0_13053381_20676.cpp:19: error: `sqrt' undeclared (first use this function)
0_0_13053381_20676.cpp:21: error: expected `;' before "if"
0_0_13053381_20676.cpp:21: error: expected primary-expression before "if"
0_0_13053381_20676.cpp:21: error: expected `)' before "if"
0_0_13053381_20676.cpp:28: error: expected `)' before "ans"
0_0_13053381_20676.cpp:29: error: `printf' undeclared (first use this function)
0_0_13053381_20676.cpp:33: error: expected `;' before '{' token
0_0_13053381_20676.cpp:33: error: expected primary-expression before '{' token
0_0_13053381_20676.cpp:33: error: expected `)' before '{' token
|