QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#647840#9220. Bus AnalysisCreeper_lCompile Error//C++141.2kb2024-10-17 15:53:412024-10-17 15:53:42

Details

answer.code: In function ‘int main()’:
answer.code:35:62: error: ‘w’ was not declared in this scope
   35 |                                                 sum = (sum + w) % mod;
      |                                                              ^
answer.code:37:66: error: expected primary-expression before ‘)’ token
   37 |                                                 int tmpb = max(C,)
      |                                                                  ^