QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#738261#9622. 有限小数ucup-team2383Compile Error//C++201.7kb2024-11-12 18:26:472024-11-12 18:26:50

详细

answer.code:28:1: error: expected ‘,’ or ‘;’ before ‘bool’
   28 | bool debug=0;
      | ^~~~
answer.code: In function ‘void solve()’:
answer.code:32:12: error: ‘debug’ was not declared in this scope
   32 |         if(debug){
      |            ^~~~~
answer.code: In function ‘int main()’:
answer.code:75:18: error: ‘debug’ was not declared in this scope
   75 |     if(t==10000) debug=1;
      |                  ^~~~~