记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:33: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout << x + 1 << ' ' << y + 1;
                                 ^
/in/foo.cc:29:22: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout << x + 1 << ' ' << y + 1;
                      ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 456.0 KiB
#2 Wrong Answer 1ms 376.0 KiB
#3 Runtime Error 6ms 460.0 KiB
#4 Runtime Error 11ms 460.0 KiB
#5 Runtime Error 26ms 400.0 KiB

信息

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