记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:10: warning: unused variable 'max' [-Wunused-variable]
  int n,i,max,x;
          ^~~
/in/foo.cc: In function 'void Insert(int, int*, int)':
/in/foo.cc:6:8: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int i,c;
        ^
# 状态 耗时 内存占用
#1 Accepted 1ms 328.0 KiB
#2 Runtime Error 2ms 424.0 KiB
#3 Runtime Error 10ms 8.379 MiB
#4 Runtime Error 10ms 8.352 MiB
#5 Runtime Error 10ms 8.387 MiB

信息

递交者
类型
递交
题目
A7-5 数组的有序插入函数
语言
C++
递交时间
2024-11-12 13:22:00
评测时间
2024-11-12 13:22:00
评测机
分数
20
总耗时
35ms
峰值内存
8.387 MiB