QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#687884 | #7789. Outro: True Love Waits | ucup-team4511 | Compile Error | / | / | C++17 | 1.7kb | 2024-10-29 21:42:09 | 2024-10-29 21:42:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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