记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:8: warning: statement has no effect [-Wunused-value]
  for (i; i < n; i++)
        ^
/in/foo.cc:27:8: warning: statement has no effect [-Wunused-value]
  for (j; j < n; j++)
        ^
/in/foo.cc:32:10: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout << min << endl;
          ^~~
/in/foo.cc:19:10: warning: 'm1' may be used uninitialized in this function [-Wmaybe-uninitialized]
    ss[i] = m1;
    ~~~~~~^~~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 192.0 KiB
#2 Runtime Error 1ms 184.0 KiB
#3 Wrong Answer 1ms 208.0 KiB
#4 Wrong Answer 1ms 312.0 KiB
#5 Wrong Answer 1ms 188.0 KiB
#6 Runtime Error 1ms 200.0 KiB
#7 Runtime Error 1ms 192.0 KiB
#8 Runtime Error 1ms 184.0 KiB
#9 Runtime Error 1ms 208.0 KiB
#10 Runtime Error 1ms 180.0 KiB

信息

递交者
类型
递交
题目
偷拍硕哥4
比赛
小兰赛 2018/12/9
语言
C++
递交时间
2018-12-09 10:11:36
评测时间
2018-12-09 10:11:42
评测机
分数
0
总耗时
16ms
峰值内存
312.0 KiB