记录详情

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 376.0 KiB
#2 Runtime Error 2ms 428.0 KiB
#3 Runtime Error 1ms 368.0 KiB
#4 Accepted 1ms 360.0 KiB
#5 Runtime Error 11ms 8.352 MiB

信息

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