/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:45:29: warning: 'f2' may be used uninitialized in this function [-Wmaybe-uninitialized]
     std::cout<<f1<<" "<<f2<<"\n";
                             ^~~~
/in/foo.cc:45:20: warning: 'f1' may be used uninitialized in this function [-Wmaybe-uninitialized]
     std::cout<<f1<<" "<<f2<<"\n";
                    ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Wrong Answer 3ms 2.332 MiB
#3 Wrong Answer 4ms 2.336 MiB
#4 Accepted 8ms 468.0 KiB
#5 Accepted 29ms 728.0 KiB
#6 Accepted 66ms 2.578 MiB
#7 Accepted 1ms 220.0 KiB
#8 Accepted 119ms 1.43 MiB
#9 Wrong Answer 97ms 2.695 MiB
#10 Accepted 95ms 1.453 MiB

信息

递交者
类型
递交
题目
P1153 猫狗大战
语言
C++
递交时间
2020-11-03 16:33:44
评测时间
2020-11-03 16:33:44
评测机
分数
70
总耗时
427ms
峰值内存
2.695 MiB