记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:56:24: warning: 'rey' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<rex+1<<' '<<rey+1;
                        ^
/in/foo.cc:56:15: warning: 'rex' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<rex+1<<' '<<rey+1;
               ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 356.0 KiB
#2 Accepted 1ms 380.0 KiB
#3 Accepted 6ms 492.0 KiB
#4 Accepted 46ms 1.176 MiB
#5 Accepted 218ms 4.16 MiB

信息

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