QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#768557#9156. 百万富翁PTqwq_Compile Error//C++141.0kb2024-11-21 12:15:492024-11-21 12:15:49

Details

answer.code:8:10: error: #elif with no expression
    8 | #elif QOJ
      |          ^
answer.code: In function ‘int richest(int, int, int)’:
answer.code:34:25: error: ‘ask’ was not declared in this scope
   34 |         vector<int> c = ask(a, b);
      |                         ^~~