QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#528289#6394. Turn on the Lightucup-team1200Compile Error//C++20114b2024-08-23 12:31:392024-08-23 12:31:40

Details

answer.code:1:9: error: ‘ask’ was not declared in this scope
    1 | int x = ask(1);
      |         ^~~
answer.code:3:5: error: expected unqualified-id before ‘if’
    3 |     if(x == last){
      |     ^~
answer.code:7:5: error: ‘last’ does not name a type
    7 |     last = x;
      |     ^~~~