Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i=0;i<=999999;i++) for (j=1;j<=6;j++) f[i][j]=0;d[6]=1;for (i=5;i;i--) d[i]=d[i+1]*10; ^~~ /in/foo.cc:8:58: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (i=0;i<=999999;i++) for (j=1;j<=6;j++) f[i][j]=0;d[6]=1;for (i=5;i;i--) d[i]=d[i+1]*10; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1673 聪明的打字员
- 语言
- C++
- 递交时间
- 2021-02-05 22:07:36
- 评测时间
- 2021-02-05 22:07:36
- 评测机
- 分数
- 100
- 总耗时
- 2641ms
- 峰值内存
- 75.543 MiB