Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:7:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(i=2;i<=n;i++) ^~~ /in/foo.c:9:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' printf("%d",a); ^~~~~~ /in/foo.c:9:4: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%d",a); ^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2019-04-20 21:35:39
- 评测时间
- 2019-04-20 21:35:39
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 204.0 KiB