记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:13: warning: variable 'set' set but not used [-Wunused-but-set-variable]
  int n,a[n],set=0,sum=0;
             ^~~
/in/foo.cc:5:11: warning: 'n' is used uninitialized in this function [-Wuninitialized]
  int n,a[n],set=0,sum=0;
           ^
# 状态 耗时 内存占用
#1 Accepted 2ms 496.0 KiB
#2 Runtime Error 2ms 1.074 MiB
#3 Time Exceeded ≥1001ms ≥364.0 KiB
#4 Runtime Error 2ms 412.0 KiB
#5 Time Exceeded ≥1005ms ≥352.0 KiB

信息

递交者
类型
递交
题目
5-4 最小公倍数
语言
C++
递交时间
2023-11-15 11:36:39
评测时间
2023-11-15 11:36:39
评测机
分数
20
总耗时
2012ms
峰值内存
1.074 MiB