0_0_20988920_26061.cpp:4:28: error: stray '#' in program
for(i = 2; i < maxn; i++){
^
0_0_20988920_26061.cpp:4:33: error: stray '#' in program
for(i = 2; i < maxn; i++){
^
0_0_20988920_26061.cpp:6:32: error: stray '#' in program
for(j = 0; j <= i-2; j++) vis[SG[j] ^ SG[i-j-2]] = 1;
^
0_0_20988920_26061.cpp:6:37: error: stray '#' in program
for(j = 0; j <= i-2; j++) vis[SG[j] ^ SG[i-j-2]] = 1;
^
0_0_20988920_26061.cpp:7:32: error: stray '#' in program
for(j = 0; j < maxn; j++) if(!vis[j]){
^
0_0_20988920_26061.cpp:7:37: error: stray '#' in program
for(j = 0; j < maxn; j++) if(!vis[j]){
^
0_0_20988920_26061.cpp: In function 'void getSG()':
0_0_20988920_26061.cpp:3:5: error: 'SG' was not declared in this scope
SG[0] = SG[1] = 0;
^
0_0_20988920_26061.cpp:4:20: error: 'maxn' was not declared in this scope
for(i = 2; i < maxn; i++){
^
0_0_20988920_26061.cpp:4:31: error: expected ')' before ';' token
for(i = 2; i < maxn; i++){
^
0_0_20988920_26061.cpp:4:34: error: lvalue required as unary '&' operand
for(i = 2; i < maxn; i++){
^
0_0_20988920_26061.cpp:4:37: error: expected primary-expression before ')' token
for(i = 2; i < maxn; i++){
^
|