0_0_26138262_1038.cpp: In function 'int getsg(int)':
0_0_26138262_1038.cpp:3:2: error: 'set' was not declared in this scope
set<int>S;
^
0_0_26138262_1038.cpp:3:6: error: expected primary-expression before 'int'
set<int>S;
^
0_0_26138262_1038.cpp:4:5: error: 'sg' was not declared in this scope
if(sg[x]!=-1)return sg[x];
^
0_0_26138262_1038.cpp:5:7: error: 'i' was not declared in this scope
repf(i,1,x){
^
0_0_26138262_1038.cpp:5:12: error: 'repf' was not declared in this scope
repf(i,1,x){
^
0_0_26138262_1038.cpp:11:11: error: 'MAX' was not declared in this scope
repf(i,0,MAX){
^
|