QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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