0_0_16211162_20005.cpp:1:1: error: stray '\346' in program
打表:
^
0_0_16211162_20005.cpp:1:1: error: stray '\211' in program
0_0_16211162_20005.cpp:1:1: error: stray '\223' in program
0_0_16211162_20005.cpp:1:1: error: stray '\350' in program
0_0_16211162_20005.cpp:1:1: error: stray '\241' in program
0_0_16211162_20005.cpp:1:1: error: stray '\250' in program
0_0_16211162_20005.cpp:1:1: error: stray '\357' in program
0_0_16211162_20005.cpp:1:1: error: stray '\274' in program
0_0_16211162_20005.cpp:1:1: error: stray '\232' in program
0_0_16211162_20005.cpp: In function 'void take_part(int)':
0_0_16211162_20005.cpp:7:19: error: 'sg' was not declared in this scope
yihuo ^= sg[i] ^ sg[n - i];
^
0_0_16211162_20005.cpp:8:10: error: 'vst' was not declared in this scope
vst[yihuo] = true;
^
0_0_16211162_20005.cpp: In function 'void get_sg()':
0_0_16211162_20005.cpp:14:13: error: 'sg' was not declared in this scope
memset(sg, 0, sizeof(sg));
^
0_0_16211162_20005.cpp:14:30: error: 'memset' was not declared in this scope
memset(sg, 0, sizeof(sg));
^
0_0_16211162_20005.cpp:15:25: error: 'MAX' was not declared in this scope
for(int i = 0; i < MAX; i++)
^
0_0_16211162_20005.cpp:17:17: error: 'vst' was not declared in this scope
memset(vst, false, sizeof(vst));
^
|