0_0_39542834_7958.cpp:2:8: error: stray '#' in program
2 | 4 #include<stdio.h>
| ^
0_0_39542834_7958.cpp:3:8: error: stray '#' in program
3 | 5 #include<string.h>
| ^
0_0_39542834_7958.cpp:4:8: error: stray '#' in program
4 | 6 #include<iostream>
| ^
0_0_39542834_7958.cpp:5:8: error: stray '#' in program
5 | 7 #include<algorithm>
| ^
0_0_39542834_7958.cpp:2:2: error: expected unqualified-id before numeric constant
2 | 4 #include<stdio.h>
| ^
0_0_39542834_7958.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 9 const int N=1005;
| ^
0_0_39542834_7958.cpp:8:1: error: expected unqualified-id before numeric constant
8 | 10 const int K=20;
| ^~
0_0_39542834_7958.cpp:9:1: error: expected unqualified-id before numeric constant
9 | 11 int f[K],sg[N],Hash[N];
| ^~
0_0_39542834_7958.cpp:10:1: error: expected unqualified-id before numeric constant
10 | 12 int k;
| ^~
0_0_39542834_7958.cpp:11:1: error: expected unqualified-id before numeric constant
11 | 13 void getSG(int n)
| ^~
0_0_39542834_7958.cpp:26:1: error: expected unqualified-id before numeric constant
26 | 28 int main(){
| ^~
|