QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#630631#8790. First Billionpokorfanclub#Compile Error//C++172.5kb2024-10-11 19:38:372024-10-11 19:38:38

详细

answer.code: In function ‘int main()’:
answer.code:98:35: error: ‘S’ was not declared in this scope
   98 |                         if(is[i]) S+=a[i];
      |                                   ^
answer.code:100:34: error: ‘S’ was not declared in this scope
  100 |                 int X=1000000000-S;
      |                                  ^