记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:26:37: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<max<<" "<<min<<" "<<x<<" "<<y;
                                     ^
/in/foo.cc:26:31: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<max<<" "<<min<<" "<<x<<" "<<y;
                               ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 368.0 KiB
#2 Runtime Error 12ms 336.0 KiB
#3 Runtime Error 12ms 260.0 KiB
#4 Runtime Error 12ms 384.0 KiB
#5 Accepted 9ms 376.0 KiB
#6 Accepted 5ms 364.0 KiB
#7 Accepted 3ms 368.0 KiB
#8 Accepted 4ms 384.0 KiB
#9 Accepted 4ms 352.0 KiB
#10 Accepted 3ms 340.0 KiB

信息

递交者
类型
递交
题目
最大与最小
语言
C++
递交时间
2018-06-26 22:18:44
评测时间
2018-06-26 22:18:44
评测机
分数
70
总耗时
71ms
峰值内存
384.0 KiB