记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:6:11: warning: statement with no effect [-Wunused-value]
    6 |         y1==x1+x2;
      |         ~~^~~~~~~
foo.c:7:11: warning: statement with no effect [-Wunused-value]
    7 |         y2==x1*x2;
      |         ~~^~~~~~~
foo.c:8:11: warning: statement with no effect [-Wunused-value]
    8 |         y3==x1%x2;
      |         ~~^~~~~~~
foo.c:6:15: warning: 'x1' is used uninitialized [-Wuninitialized]
    6 |         y1==x1+x2;
      |             ~~^~~
foo.c:6:15: warning: 'x2' is used uninitialized [-Wuninitialized]
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read y1,y2,y3, expect 10. 1ms 256.0 KiB
#2 Wrong Answer Read y1,y2,y3, expect 10. 2ms 384.0 KiB
#3 Wrong Answer Read y1,y2,y3, expect 3. 1ms 256.0 KiB
#4 Wrong Answer Read y1,y2,y3, expect 200015. 1ms 256.0 KiB
#5 Wrong Answer Read y1,y2,y3, expect 1558563. 2ms 256.0 KiB

信息

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