记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:10:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
   10 |                 printf("%d\n",&a[i]);
      |                         ~^    ~~~~~
      |                          |    |
      |                          int  int *
      |                         %ls
foo.c:15:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
   15 |         printf("%d",&sum);
      |                 ~^  ~~~~
      |                  |  |
      |                  |  int *
      |                  int
      |                 %ls
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read -1169298932, expect 2. 2ms 284.0 KiB
#2 Wrong Answer Read 944998908, expect 89. 2ms 284.0 KiB
#3 Wrong Answer Read 2056775244, expect 144. 1ms 284.0 KiB
#4 Wrong Answer Read -1040668100, expect 11. 1ms 284.0 KiB

信息

递交者
类型
递交
题目
1-2 斐波那契数列的和
语言
C
递交时间
2023-09-24 21:59:42
评测时间
2023-09-24 21:59:42
评测机
分数
0
总耗时
7ms
峰值内存
284.0 KiB