记录详情

Compile Error

foo.cc: In function ‘int main()’:
foo.cc:28:18: error: expected ‘}’ at end of input
   28 |                 }
      |                  ^
foo.cc:15:9: note: to match this ‘{’
   15 |         {
      |         ^
foo.cc:28:18: error: expected ‘}’ at end of input
   28 |                 }
      |                  ^
foo.cc:3:1: note: to match this ‘{’
    3 | {
      | ^

信息

递交者
类型
递交
题目
A2-2 循环结构入门:斐波拉契数列
语言
C++
递交时间
2024-08-12 16:27:44
评测时间
2024-08-12 16:27:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes