QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#371463#8507. Clever Cell Choicesucup-team2880#Compile Error//C++20404b2024-03-30 12:49:092024-03-30 12:49:10

Details

answer.code:1:2: error: expected unqualified-id before numeric constant
    1 | (10, 1, 0)
      |  ^~
answer.code:1:2: error: expected ‘)’ before numeric constant
    1 | (10, 1, 0)
      | ~^~
      |  )