0_0_29469976_9472.cpp:2:4: error: stray '#' in program
2 #include<cstring>
^
0_0_29469976_9472.cpp:3:4: error: stray '#' in program
3 #include<algorithm>
^
0_0_29469976_9472.cpp:4:4: error: stray '#' in program
4 #include<cmath>
^
0_0_29469976_9472.cpp:5:4: error: stray '#' in program
5 #include<iostream>
^
0_0_29469976_9472.cpp:9:4: error: stray '#' in program
9 #define maxn 100011
^
0_0_29469976_9472.cpp:11:4: error: stray '#' in program
11 #define eof 1e-9
^
0_0_29469976_9472.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_29469976_9472.cpp:7:2: error: expected unqualified-id before numeric constant
7
^
0_0_29469976_9472.cpp:9:2: error: expected unqualified-id before numeric constant
9 #define maxn 100011
^
0_0_29469976_9472.cpp:10:26: error: 'maxn' was not declared in this scope
10 int go[maxn];double E[maxn];
^
0_0_29469976_9472.cpp:11:1: error: expected unqualified-id before numeric constant
11 #define eof 1e-9
^
|