Compile Error
foo.c: In function 'main': foo.c:7:8: error: size of array 'x' is too large float x[10000000000], y[100000000000], length=0, totallength; ^ foo.c:7:24: error: size of array 'y' is too large float x[10000000000], y[100000000000], length=0, totallength; ^ foo.c:7:24: warning: unused variable 'y' [-Wunused-variable] foo.c:7:8: warning: unused variable 'x' [-Wunused-variable] float x[10000000000], y[100000000000], length=0, totallength; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1007 绕钉子的长绳子
- 语言
- C
- 递交时间
- 2015-09-15 02:11:09
- 评测时间
- 2015-09-15 02:11:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes