QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#631022 | #8049. Equal Sums | ZhaoZiLong | Compile Error | / | / | C++14 | 1.3kb | 2024-10-11 21:26:56 | 2024-10-11 21:27:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void XM()’: answer.code:25:147: error: expected ‘;’ before ‘)’ token 25 | if(j!=m) f(q,-500,500) (f[i][j+1][q+500]+=g[max(0,min(q+r[1][j+1],500))+500]-g[max(0,min(q+l[1][j+1]-1,500))+500]+mod)%mod)%=mod; | ^ | ;