记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:8: warning: statement has no effect [-Wunused-value]
  for( i; i<n+m; i++)
        ^
/in/foo.cc: In function 'void merge(std::vector<int>, int, int)':
/in/foo.cc:47:12: warning: unused variable 'k' [-Wunused-variable]
  int j=m+1,k=0;
            ^
/in/foo.cc:48:6: warning: unused variable 'len' [-Wunused-variable]
  int len=right-left+1;
      ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 5ms 376.0 KiB
#2 Runtime Error 6ms 456.0 KiB
#3 Runtime Error 9ms 580.0 KiB
#4 Runtime Error 3ms 328.0 KiB
#5 Wrong Answer 4ms 460.0 KiB
#6 Runtime Error 3ms 332.0 KiB
#7 Runtime Error 7ms 452.0 KiB
#8 Runtime Error 3ms 328.0 KiB
#9 Wrong Answer 3ms 324.0 KiB
#10 Wrong Answer 3ms 328.0 KiB

信息

递交者
类型
递交
题目
xxyw1-1数组的中位数
比赛
小兰赛3-17
语言
C++
递交时间
2019-03-17 08:50:08
评测时间
2019-03-17 08:50:08
评测机
分数
0
总耗时
50ms
峰值内存
580.0 KiB