记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:29:15: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<x<<endl<<y;
  ~~~~~~~~~~~~~^~~
foo.cc:29:8: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<x<<endl<<y;
        ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 13013, expect 27334. 1ms 512.0 KiB
#2 Wrong Answer Read 24809, expect 44752. 1ms 512.0 KiB
#3 Time Exceeded ≥1461ms ≥572.0 KiB
#4 Time Exceeded ≥1464ms ≥588.0 KiB
#5 Time Exceeded ≥1448ms ≥512.0 KiB
#6 Runtime Error Floating point exception 10ms 644.0 KiB
#7 Time Exceeded ≥1451ms ≥616.0 KiB
#8 Runtime Error Floating point exception 13ms 616.0 KiB
#9 Time Exceeded ≥1453ms ≥512.0 KiB
#10 Time Exceeded ≥1464ms ≥612.0 KiB

信息

递交者
类型
递交
题目
P1033 隐形的翅膀
语言
C++
递交时间
2021-04-29 19:51:54
评测时间
2021-04-29 19:51:54
评测机
分数
0
总耗时
8771ms
峰值内存
644.0 KiB