记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:35:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(sorted.size() > i){
       ~~~~~~~~~~~~~~^~~
/in/foo.cc:26:43: warning: unused variable 'tmp' [-Wunused-variable]
  int n = read(), m = read(), g, last = 1, tmp;
                                           ^~~
# 状态 耗时 内存占用
#1 Accepted 16ms 1.355 MiB
#2 Runtime Error 1ms 576.0 KiB
#3 Accepted 28ms 1.277 MiB
#4 Accepted 28ms 3.402 MiB
#5 Accepted 22ms 1.965 MiB
#6 Accepted 25ms 2.023 MiB
#7 Accepted 31ms 2.109 MiB
#8 Accepted 32ms 4.051 MiB
#9 Runtime Error 2ms 464.0 KiB
#10 Accepted 2ms 344.0 KiB

信息

递交者
类型
递交
题目
4、黑匣子(blackbox)
题目数据
下载
语言
C++
递交时间
2019-09-18 23:33:22
评测时间
2019-09-18 23:33:22
评测机
分数
80
总耗时
190ms
峰值内存
4.051 MiB