记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:29:14: warning: 'w' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<q<<' '<<w;
  ~~~~~~~~~~~~^~~
foo.cc:29:11: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<q<<' '<<w;
           ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Wrong Answer Read 6, expect 8. 2ms 384.0 KiB
#3 Accepted 6ms 768.0 KiB
#4 Accepted 42ms 2.301 MiB
#5 Runtime Error Aborted 199ms 4.16 MiB

信息

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