QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#389191#4954. Eliminating BallonsZhaoZiLongCompile Error//C++17765b2024-04-14 05:07:552024-04-14 05:07:56

詳細信息

answer.code: In function ‘int main()’:
answer.code:32:14: error: expected ‘}’ at end of input
   32 |     return 0;
      |              ^
answer.code:5:11: note: to match this ‘{’
    5 | int main(){
      |           ^