0_0_20665940_12891.cpp:87:16: error: stray '\241' in program
if(monster[i]&1){
^
0_0_20665940_12891.cpp:87:16: error: stray '\241' in program
0_0_20665940_12891.cpp:88:20: error: stray '\241' in program
t|=(1LL<<i); //第i位设置为1,即第(i+1)种怪物的数量为奇数
^
0_0_20665940_12891.cpp:88:20: error: stray '\241' in program
0_0_20665940_12891.cpp:92:13: error: stray '\241' in program
update(x1,y1,t); //区间更新
^
0_0_20665940_12891.cpp:92:13: error: stray '\241' in program
0_0_20665940_12891.cpp:99:13: error: stray '\241' in program
ll t=sum(x1,y1)^sum(x2,y2)^sum(x1,y2)^sum(x2,y1);
^
0_0_20665940_12891.cpp:99:13: error: stray '\241' in program
|