记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:7: warning: variable 'a' set but not used [-Wunused-but-set-variable]
  long a, n, cnt = 0;
       ^
/in/foo.cc:27:22: warning: 'sum[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
  long max = n + sum[0];
                 ~~~~~^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 188.0 KiB
#2 Wrong Answer 2ms 204.0 KiB
#3 Runtime Error 3ms 956.0 KiB
#4 Runtime Error 4ms 1.055 MiB

信息

递交者
类型
递交
题目
偷拍硕哥2
比赛
小兰赛 2018/12/9
语言
C++
递交时间
2018-12-09 08:44:58
评测时间
2018-12-09 08:44:58
评测机
分数
0
总耗时
11ms
峰值内存
1.055 MiB