/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:44:14: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[25]' [-Wformat=]
   44 |      scanf("%s %s", &(arr[i].name), tempstr);
      |             ~^      ~~~~~~~~~~~~~~
      |              |      |
      |              char * char (*)[25]
foo.c:40:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   40 |     scanf("%d", &n);
      |     ^~~~~~~~~~~~~~~
foo.c:44:6: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   44 |      scanf("%s %s", &(arr[i].name), tempstr);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Wrong Answer 4d3 < w 5a5 > w 1ms 256.0 KiB
#4 Wrong Answer 3d2 < 3 4a4 > 3 6,7d5 < Z5 < 1ms 256.0 KiB
#5 Wrong Answer 0a1 > aerobe 3d3 < aerobe 5d4 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1257 水王争霸
语言
C
递交时间
2021-12-18 12:57:28
评测时间
2021-12-18 12:57:28
评测机
分数
20
总耗时
9ms
峰值内存
256.0 KiB