记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:20: error: expected ';' before '}' token
   10 |                 b=c
      |                    ^
      |                    ;
   11 |         }
      |         ~           
/in/foo.cc:12:9: error: 'fibn' was not declared in this scope
   12 |         fibn=b;
      |         ^~~~
/in/foo.cc:16:20: error: expected ';' before '}' token
   16 |                 b=c
      |                    ^
      |                    ;
   17 |         }
      |         ~           
/in/foo.cc:18:9: error: 'fibn_' was not declared in this scope
   18 |         fibn_=b;
      |         ^~~~~

信息

递交者
类型
递交
题目
P1185 永生诅咒
比赛
2025程序设计与竞赛作业赛第一场(整装出发)
语言
C++
递交时间
2025-09-27 19:38:51
评测时间
2025-10-03 02:12:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes