QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#630631#8790. First Billionpokorfanclub#Compile Error//C++172.5kb2024-10-11 19:38:372024-10-11 19:38:38

Details

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;
      |                                  ^