0_0_19608819_30912.cpp:2:4: error: stray '#' in program
2 #include<stdio.h>
^
0_0_19608819_30912.cpp:3:4: error: stray '#' in program
3 #include<algorithm>
^
0_0_19608819_30912.cpp:4:4: error: stray '#' in program
4 #include<iomanip>
^
0_0_19608819_30912.cpp:5:4: error: stray '#' in program
5 #include<cmath>
^
0_0_19608819_30912.cpp:6:4: error: stray '#' in program
6 #include<cstring>
^
0_0_19608819_30912.cpp:7:4: error: stray '#' in program
7 #include<vector>
^
0_0_19608819_30912.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<stdio.h>
^
0_0_19608819_30912.cpp:9:2: error: expected unqualified-id before numeric constant
9 int sg[10001],k,a[101];
^
0_0_19608819_30912.cpp:10:1: error: expected unqualified-id before numeric constant
10 int getsg(int x)
^
|