QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#641941#2934. How Many Unicycles in a Broken WheelZhaoZiLongCompile Error//C++23641b2024-10-15 03:48:332024-10-15 03:48:33

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}
      |                                             ^
      |                                             ;