记录详情

Compile Error

foo.c: In function 'main':
foo.c:16:10: error: expected ',' or ';' before 'long'
   16 |          long long answer=a%d;
      |          ^~~~
foo.c:17:25: error: 'answer' undeclared (first use in this function)
   17 |          printf("%lld ",answer);
      |                         ^~~~~~
foo.c:17:25: note: each undeclared identifier is reported only once for each function it appears in
foo.c:15:26: warning: unused variable 'd' [-Wunused-variable]
   15 |          const long long d=1000007
      |                          ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1364 6A 斐波那契数列
语言
C
递交时间
2023-08-24 13:06:51
评测时间
2023-08-24 13:06:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes