0_0_35987677_4915.cpp: In function 'int main()':
0_0_35987677_4915.cpp:65:9: error: 'n' was not declared in this scope
if(sg[n]^sg[m]^sg[p]){//sg函数性质
^
0_0_35987677_4915.cpp:65:15: error: 'm' was not declared in this scope
if(sg[n]^sg[m]^sg[p]){//sg函数性质
^
0_0_35987677_4915.cpp:65:21: error: 'p' was not declared in this scope
if(sg[n]^sg[m]^sg[p]){//sg函数性质
^
|