QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#404591#8226. 堆操作练习题2miaohepingCompile Error//C++1442b2024-05-04 10:07:322024-05-04 10:07:34

Judging History

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

  • [2024-05-22 20:40:58]
  • hack成功,自动添加数据
  • (/hack/631)
  • [2024-05-04 10:07:34]
  • 评测
  • [2024-05-04 10:07:32]
  • 提交

answer

#include<cstdio>
int main(){
return 0
}

詳細信息

answer.code: In function ‘int main()’:
answer.code:3:9: error: expected ‘;’ before ‘}’ token
    3 | return 0
      |         ^
      |         ;
    4 | }
      | ~