QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#153677#7054. Fibonacci SequencePetroTarnavskyi#Compile Error//C++1720b2023-08-30 18:44:312023-08-30 18:44:32

Judging History

你现在查看的是最新测评结果

  • [2023-08-30 18:44:32]
  • 评测
  • [2023-08-30 18:44:31]
  • 提交

answer

print("1 1 2 3 5")

详细

answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
    1 | print("1 1 2 3 5")
      |      ^