QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#749715#8333. GiftZhangYiDeCompile Error//C++231.1kb2024-11-15 09:35:522024-11-15 09:35:52

Details

answer.code: In function ‘int main()’:
answer.code:57:9: error: ‘ll’ was not declared in this scope
   57 |         ll res = 0;
      |         ^~
answer.code:63:25: error: ‘res’ was not declared in this scope
   63 |                         res += cnt[1] + cnt[2] + cnt[3];
      |                         ^~~
answer.code:67:17: error: ‘res’ was not declared in this scope
   67 |         cout << res << '\n';
      |                 ^~~