记录详情

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 34ms 256.0 KiB
#2 Accepted 66ms 256.0 KiB
#3 Accepted 99ms 256.0 KiB
#4 Accepted 132ms 256.0 KiB
#5 Accepted 165ms 256.0 KiB
#6 Accepted 195ms 256.0 KiB
#7 Accepted 228ms 256.0 KiB
#8 Accepted 260ms 356.0 KiB
#9 Accepted 295ms 256.0 KiB
#10 Accepted 327ms 256.0 KiB
#11 Accepted 359ms 256.0 KiB
#12 Accepted 563ms 256.0 KiB
#13 Accepted 516ms 256.0 KiB
#14 Accepted 452ms 256.0 KiB
#15 Accepted 638ms 256.0 KiB
#16 Accepted 771ms 256.0 KiB
#17 Accepted 550ms 256.0 KiB
#18 Accepted 592ms 256.0 KiB
#19 Accepted 619ms 256.0 KiB
#20 Accepted 647ms 256.0 KiB

信息

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