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