记录详情

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 Wrong Answer 1ms 356.0 KiB
#2 Runtime Error 1ms 432.0 KiB
#3 Runtime Error 1ms 428.0 KiB
#4 Wrong Answer 1ms 352.0 KiB
#5 Runtime Error 10ms 8.395 MiB

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第四场
语言
C++
递交时间
2024-11-11 17:25:12
评测时间
2024-11-11 17:25:12
评测机
分数
0
总耗时
17ms
峰值内存
8.395 MiB