/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:40:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &n, &k);
     ^~~~~~~~~~~~~~~~~~~~~
foo.c:41:34: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     for (int i = 0; i < 10; ++i) scanf("%d", &e[i]);
                                  ^~~~~~~~~~~~~~~~~~
foo.c:42:34: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     for (int i = 0; i < n; ++i) {scanf("%d", &pep[i].w);pep[i].d = i + 1;}
                                  ^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Wrong Answer Read 20, expect 6. 0ms 256.0 KiB
#4 Wrong Answer Read 52, expect 44. 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Accepted 13ms 680.0 KiB
#7 Accepted 14ms 828.0 KiB
#8 Accepted 12ms 892.0 KiB
#9 Accepted 14ms 980.0 KiB
#10 Accepted 17ms 1.07 MiB

信息

递交者
类型
递交
题目
P1282 佳佳的魔法照片
语言
C
递交时间
2021-09-23 13:28:55
评测时间
2021-09-23 13:28:55
评测机
分数
80
总耗时
77ms
峰值内存
1.07 MiB