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;
           ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 5-4 最小公倍数
 - 语言
 - C++
 - 递交时间
 - 2023-11-15 11:36:39
 - 评测时间
 - 2023-11-15 11:36:39
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 2012ms
 - 峰值内存
 - 1.074 MiB