Compile Error
foo.c: In function 'main': foo.c:12:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for(int i=0;i<=N-1;i++) ^ foo.c:12:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
信息
- 递交者
- 类型
- 递交
- 题目
- P1007 绕钉子的长绳子
- 语言
- C
- 递交时间
- 2015-09-15 01:47:04
- 评测时间
- 2015-09-15 01:47:04
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes