QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#371463#8507. Clever Cell Choicesucup-team2880#Compile Error//C++20404b2024-03-30 12:49:092024-03-30 12:49:10

详细

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)
      | ~^~
      |  )