/ 拾陆人 /

记录详情

Compile Error

/in/foo.cc:6:1: error: 'll' does not name a type
 ll fib[maxn];
 ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:2: error: 'fib' was not declared in this scope
  fib[1] = 1;
  ^~~
/in/foo.cc:13:6: error: 'read' was not declared in this scope
  n = read;
      ^~~~
/in/foo.cc:14:2: error: 'll' was not declared in this scope
  ll x,y;
  ^~
/in/foo.cc:16:3: error: 'x' was not declared in this scope
   x = read,y = read;
   ^
/in/foo.cc:16:12: error: 'y' was not declared in this scope
   x = read,y = read;
            ^

信息

递交者
类型
递交
题目
斐波那契(fibonacci)
语言
C++
递交时间
2024-10-19 17:11:11
评测时间
2024-10-19 17:11:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes