/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:48:14: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[25]' [-Wformat=]
   48 |      scanf("%s %s", &(arr[i].name), tempstr);
      |             ~^      ~~~~~~~~~~~~~~
      |              |      |
      |              char * char (*)[25]
foo.c:44:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   44 |     scanf("%d", &n);
      |     ^~~~~~~~~~~~~~~
foo.c:48:6: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   48 |      scanf("%s %s", &(arr[i].name), tempstr);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Wrong Answer 4d3 < a 5a5 > a 1ms 256.0 KiB
#3 Wrong Answer 2d1 < A 3a3 > A 1ms 256.0 KiB
#4 Wrong Answer 1,7d0 < 3 < Z5 < Z < 5Z < 5 < 1ms 256.0 KiB
#5 Wrong Answer Read AeroBiAN, expect aerobe. 1ms 256.0 KiB

信息

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