QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#641941 | #2934. How Many Unicycles in a Broken Wheel | ZhaoZiLong | Compile Error | / | / | C++23 | 641b | 2024-10-15 03:48:33 | 2024-10-15 03:48:33 |
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:24:45: error: expected ‘;’ before ‘}’ token 24 | if(dp[m-1]<0){ dp[m-1] = (dp[m-1]+MOD)%MOD} | ^ | ;