0_0_13796078_27132.cpp:2:4: error: stray '#' in program
2 #include <stdio.h>
^
0_0_13796078_27132.cpp:3:4: error: stray '#' in program
3 #include <math.h>
^
0_0_13796078_27132.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <stdio.h>
^
0_0_13796078_27132.cpp:5:2: error: expected unqualified-id before numeric constant
5 double pi = acos(-1.0);
^
0_0_13796078_27132.cpp:6:2: error: expected unqualified-id before numeric constant
6 int F,N;
^
0_0_13796078_27132.cpp:7:2: error: expected unqualified-id before numeric constant
7 double V[10001];
^
0_0_13796078_27132.cpp:8:2: error: expected unqualified-id before numeric constant
8 bool test(double x)
^
|