记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:5:13: warning: unused variable 'y1' [-Wunused-variable]
    5 |         int y1,y2,y3;
      |             ^~
foo.cc:5:16: warning: unused variable 'y2' [-Wunused-variable]
    5 |         int y1,y2,y3;
      |                ^~
foo.cc:5:19: warning: unused variable 'y3' [-Wunused-variable]
    5 |         int y1,y2,y3;
      |                   ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read y1=10,y2=16,y3=2, expect 10. 3ms 256.0 KiB
#2 Wrong Answer Read y1=10,y2=25,y3=0, expect 10. 1ms 256.0 KiB
#3 Wrong Answer Read y1=3,y2=2,y3=1, expect 3. 2ms 256.0 KiB
#4 Wrong Answer Read y1=200015,y2=141..., expect 200015. 1ms 256.0 KiB
#5 Wrong Answer Read y1=1558563,y2=10..., expect 1558563. 1ms 256.0 KiB

信息

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