/ Vijos /

记录详情

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
                                   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 332.0 KiB
#2 Accepted 43ms 37.223 MiB
#3 Accepted 57ms 40.32 MiB

信息

递交者
类型
递交
题目
P1136 数的计数(加强版)
语言
C++
递交时间
2017-07-20 10:00:36
评测时间
2017-07-20 10:00:36
评测机
分数
100
总耗时
104ms
峰值内存
40.32 MiB