Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:13:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(j=0;j<n;j++) ^~~ /in/foo.c:23:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' printf("%d",t1); ^~~~~~ /in/foo.c:8:23: warning: unused variable 't' [-Wunused-variable] int a[10000],i,j,k,n,t=0,t1=0; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1911 珠心算测验
- 语言
- C
- 递交时间
- 2018-12-27 21:44:09
- 评测时间
- 2018-12-27 21:44:09
- 评测机
- 分数
- 0
- 总耗时
- 18ms
- 峰值内存
- 216.0 KiB