记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:17: warning: 'w' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<q<<' '<<w;
                 ^
/in/foo.cc:29:11: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<q<<' '<<w;
           ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Wrong Answer 2ms 456.0 KiB
#3 Accepted 6ms 772.0 KiB
#4 Accepted 46ms 2.316 MiB
#5 Runtime Error 217ms 4.289 MiB

信息

递交者
类型
递交
比赛
周末测试2
语言
C++
递交时间
2021-09-24 21:43:50
评测时间
2021-09-24 21:43:50
评测机
分数
60
总耗时
274ms
峰值内存
4.289 MiB