记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:3: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(sum+a[i]>x){
   ^~
/in/foo.cc:19:23: note: 'ans' was declared here
  int l=0,r=1000000000,ans;
                       ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 316.0 KiB
#3 Accepted 29ms 700.0 KiB
#4 Wrong Answer 22ms 584.0 KiB
#5 Accepted 34ms 700.0 KiB

信息

递交者
类型
递交
题目
数列分段Section II
题目数据
下载
语言
C++
递交时间
2018-10-30 08:47:22
评测时间
2018-10-30 08:47:22
评测机
分数
80
总耗时
89ms
峰值内存
700.0 KiB