Compile Error

foo.cc: In function ‘long long int l(int)’:
foo.cc:12:17: error: ‘a’ was not declared in this scope
   12 |                 a=b;
      |                 ^
foo.cc:13:19: error: ‘c’ was not declared in this scope
   13 |                 b=c;
      |                   ^
foo.cc:14:19: error: ‘d’ was not declared in this scope
   14 |                 c=d;
      |                   ^
foo.cc:16:16: error: ‘c’ was not declared in this scope
   16 |         return c;
      |                ^

信息

递交者
类型
递交
题目
P2611 下楼梯 6级1 2023样卷
语言
C++
递交时间
2025-07-22 16:06:58
评测时间
2025-07-22 16:06:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes