QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^