记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:56:37: warning: 'rey' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout << rex + 1 << ' ' << rey + 1;
                                     ^
foo.cc:56:24: warning: 'rex' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout << rex + 1 << ' ' << rey + 1;
                        ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Runtime Error Aborted 5ms 428.0 KiB
#4 Runtime Error Segmentation fault 10ms 428.0 KiB
#5 Runtime Error Segmentation fault 20ms 464.0 KiB

信息

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