QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#695768#9532. 长野原龙势流星群ucup-team5138Compile Error//C++231.3kb2024-10-31 20:45:242024-10-31 20:45:24

详细

answer.code:22:9: error: ‘x’ was not declared in this scope
   22 | int del[x];
      |         ^
answer.code: In function ‘int main()’:
answer.code:45:12: error: ‘del’ was not declared in this scope
   45 |         if(del[x]==1) continue ;
      |            ^~~
answer.code:45:16: error: ‘x’ was not declared in this scope
   45 |         if(del[x]==1) continue ;
      |                ^
answer.code:46:9: error: ‘del’ was not declared in this scope
   46 |         del[now.x]=1;
      |         ^~~