记录详情

Accepted

foo.c: In function 'main':
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d", &n);
      |  ^~~~~~~~~~~~~~~
foo.c:8:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    8 |   scanf("%d", &a[i]);
      |   ^~~~~~~~~~~~~~~~~~
foo.c: In function 'fibo':
foo.c:17:20: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
   17 |  int a = 0, b = 1, c, i;
      |                    ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 54ms 256.0 KiB
#2 Accepted 89ms 256.0 KiB
#3 Accepted 99ms 256.0 KiB
#4 Accepted 132ms 256.0 KiB
#5 Accepted 217ms 256.0 KiB
#6 Accepted 196ms 256.0 KiB
#7 Accepted 463ms 256.0 KiB
#8 Accepted 262ms 256.0 KiB
#9 Accepted 293ms 256.0 KiB
#10 Accepted 327ms 256.0 KiB
#11 Accepted 360ms 256.0 KiB
#12 Accepted 456ms 256.0 KiB
#13 Accepted 421ms 256.0 KiB
#14 Accepted 454ms 256.0 KiB
#15 Accepted 676ms 256.0 KiB
#16 Accepted 524ms 256.0 KiB
#17 Accepted 548ms 256.0 KiB
#18 Accepted 581ms 256.0 KiB
#19 Accepted 639ms 376.0 KiB
#20 Accepted 642ms 256.0 KiB

信息

递交者
类型
递交
题目
P1364 6A 斐波那契数列
语言
C
递交时间
2022-05-30 10:51:56
评测时间
2022-05-30 10:51:56
评测机
分数
100
总耗时
7443ms
峰值内存
376.0 KiB