0_0_26041001_18081.cpp: In function 'int main()':
0_0_26041001_18081.cpp:88:27: error: 'p' was not declared in this scope
for(int j=0;j<p[n];j++)
^
0_0_26041001_18081.cpp:91:30: error: 'tot' was not declared in this scope
if(cnt[j][2]>tot)continue; //扎破气球的总次数已经大于tot
^
0_0_26041001_18081.cpp:95:24: error: 's' was not declared in this scope
if(s[w][i]=='.')continue;
^
|