记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:21: warning: 'ans2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<ans1<<endl<<ans2<<endl;
                     ^~~~
/in/foo.cc:25:9: warning: 'ans1' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<ans1<<endl<<ans2<<endl;
         ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Accepted 1ms 312.0 KiB
#3 Accepted 1ms 192.0 KiB
#4 Accepted 1ms 196.0 KiB
#5 Accepted 1ms 188.0 KiB
#6 Accepted 1ms 184.0 KiB
#7 Accepted 1ms 208.0 KiB
#8 Accepted 2ms 312.0 KiB
#9 Accepted 10ms 192.0 KiB

信息

递交者
类型
递交
题目
最接近的分数 (four.*)
题目数据
下载
语言
C++
递交时间
2018-10-24 15:11:15
评测时间
2018-10-24 15:11:15
评测机
分数
100
总耗时
23ms
峰值内存
312.0 KiB