Accepted
/in/foo.cc: In function 'void output()': /in/foo.cc:20:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(;k<9;k++)printf("0"); printf("%d",F[n][i]);//不足9位的输出0 ^~~ /in/foo.cc:20:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(;k<9;k++)printf("0"); printf("%d",F[n][i]);//不足9位的输出0 ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1136 数的计数(加强版)
- 语言
- C++
- 递交时间
- 2018-06-11 17:39:56
- 评测时间
- 2018-06-11 17:39:56
- 评测机
- 分数
- 100
- 总耗时
- 198ms
- 峰值内存
- 40.363 MiB