Compile Error
foo.cc:5:7: error: storage size of 'x' isn't known 5 | int n,x[],y[],s1[],s2[]; | ^ foo.cc:5:11: error: storage size of 'y' isn't known 5 | int n,x[],y[],s1[],s2[]; | ^ foo.cc:5:15: error: storage size of 's1' isn't known 5 | int n,x[],y[],s1[],s2[]; | ^~ foo.cc:5:20: error: storage size of 's2' isn't known 5 | int n,x[],y[],s1[],s2[]; | ^~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1389 Problem 1A. 中秋月饼
- 语言
- C++
- 递交时间
- 2022-10-09 23:30:22
- 评测时间
- 2022-10-09 23:30:22
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes