0_0_13812403_5903.cpp:2:5: error: stray '#' in program
2 #include<cstring>
^
0_0_13812403_5903.cpp:3:5: error: stray '#' in program
3 #include<cstdlib>
^
0_0_13812403_5903.cpp:4:5: error: stray '#' in program
4 #include<iostream>
^
0_0_13812403_5903.cpp:5:5: error: stray '#' in program
5 #include<algorithm>
^
0_0_13812403_5903.cpp:6:5: error: stray '#' in program
6 #include<cmath>
^
0_0_13812403_5903.cpp:7:5: error: stray '#' in program
7 #include<vector>
^
0_0_13812403_5903.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_13812403_5903.cpp:9:3: error: expected unqualified-id before numeric constant
9 const int N = 100+10;
^
0_0_13812403_5903.cpp:10:2: error: expected unqualified-id before numeric constant
10 const double eps = 1e-8;
^
0_0_13812403_5903.cpp:11:2: error: expected unqualified-id before numeric constant
11 const double pi = acos(-1.0);
^
0_0_13812403_5903.cpp:12:2: error: expected unqualified-id before numeric constant
12 inline int dcmp(double x) {
^
0_0_13812403_5903.cpp:15:2: error: expected unqualified-id before numeric constant
15 inline double sqr(double x) {
^
0_0_13812403_5903.cpp:18:2: error: expected unqualified-id before numeric constant
18
^
|