QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#140029#6756. 桂花树alch07Compile Error//C++141.2kb2023-08-14 23:34:132023-08-14 23:34:17

Details

answer.code: In function ‘int main()’:
answer.code:27:45: error: ‘mod’ was not declared in this scope
   27 |                 dp[i+1][2*j] = dp[i+1][2*j]%mod;
      |                                             ^~~