QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#440940 | #8049. Equal Sums | egypt_ioi2024_12 | Compile Error | / | / | C++20 | 3.6kb | 2024-06-14 05:22:54 | 2024-06-14 05:22:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:109:30: error: expected primary-expression before ‘]’ token 109 | dp[i&][j][k+500]=((ps[R]-ps[L-(L?1:0)])%mod+mod)%mod; | ^ answer.code:113:31: error: expected primary-expression before ‘]’ token 113 | dp[i&!][j][k+500]=((ps2[R]-ps2[L-(L?1:0)])%mod+mod)%mod; | ^