Accepted
/in/foo.cc: In function 'void output()': /in/foo.cc:37:9: 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:37:35: 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++
- 递交时间
- 2017-07-20 10:00:36
- 评测时间
- 2017-07-20 10:00:36
- 评测机
- 分数
- 100
- 总耗时
- 104ms
- 峰值内存
- 40.32 MiB