记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:5:10: warning: unknown conversion type character 'y' in format [-Wformat=]
    5 |  scanf("%y1%y1",&x1,&x2);
      |          ^
foo.c:5:13: warning: unknown conversion type character 'y' in format [-Wformat=]
    5 |  scanf("%y1%y1",&x1,&x2);
      |             ^
foo.c:5:8: warning: too many arguments for format [-Wformat-extra-args]
    5 |  scanf("%y1%y1",&x1,&x2);
      |        ^~~~~~~~
foo.c:6:14: warning: unknown conversion type character 'y' in format [-Wformat=]
    6 |     printf("%y1",x1+x2);
      |              ^
foo.c:6:12: warning: too many arguments for format [-Wformat-extra-args]
    6 |     printf("%y1",x1+x2);
      |            ^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read %y1, expect 10. 3ms 256.0 KiB
#2 Wrong Answer Read %y1, expect 10. 2ms 256.0 KiB
#3 Wrong Answer Read %y1, expect 3. 2ms 256.0 KiB
#4 Wrong Answer Read %y1, expect 200015. 2ms 256.0 KiB
#5 Wrong Answer Read %y1, expect 1558563. 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 11:01:42
评测时间
2022-08-27 11:01:42
评测机
分数
0
总耗时
13ms
峰值内存
256.0 KiB