记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:29:19: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout << x << ' ' << y;
  ~~~~~~~~~~~~~~~~~^~~~
foo.cc:29:15: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout << x << ' ' << y;
               ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Wrong Answer Read 6, expect 8. 2ms 384.0 KiB
#3 Accepted 6ms 812.0 KiB
#4 Accepted 43ms 3.051 MiB
#5 Runtime Error Segmentation fault 195ms 5.316 MiB

信息

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