记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:6: warning: unused variable 'min1' [-Wunused-variable]
  int min1, min2;
      ^~~~
/in/foo.cc:44:12: warning: unused variable 'min2' [-Wunused-variable]
  int min1, min2;
            ^~~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 200.0 KiB
#2 Runtime Error 1ms 208.0 KiB
#3 Runtime Error 1ms 204.0 KiB
#4 Runtime Error 1ms 208.0 KiB
#5 Accepted 2ms 320.0 KiB

信息

递交者
类型
递交
题目
A9-5 数组中最小值的个数
比赛
中北数据结构课程赛事二:顺序表类的操作
语言
C++
递交时间
2019-03-10 20:53:48
评测时间
2019-03-10 20:53:49
评测机
分数
20
总耗时
7ms
峰值内存
320.0 KiB