QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#687884#7789. Outro: True Love Waitsucup-team4511Compile Error//C++171.7kb2024-10-29 21:42:092024-10-29 21:42:12

Details

answer.code: In function ‘void solve()’:
answer.code:60:6: error: expected ‘;’ before ‘i64’
   60 |     a
      |      ^
      |      ;
   61 |     i64 ans = 0;
      |     ~~~
answer.code:63:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
   63 |         ans += c[i] * cal(i) % M; ans%=M;
      |         ^~~
      |         abs
answer.code:65:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
   65 |     cout<<ans<<"\n";
      |           ^~~
      |           abs