/ Vijos /

记录详情

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;
                                                          ^
# 状态 耗时 内存占用
#1 Accepted 13ms 8.727 MiB
#2 Accepted 331ms 62.059 MiB
#3 Accepted 7ms 6.91 MiB
#4 Accepted 439ms 73.25 MiB
#5 Accepted 73ms 22.199 MiB
#6 Accepted 368ms 75.543 MiB
#7 Accepted 396ms 65.383 MiB
#8 Accepted 427ms 71.398 MiB
#9 Accepted 366ms 62.234 MiB
#10 Accepted 217ms 55.812 MiB

信息

递交者
类型
递交
题目
P1673 聪明的打字员
语言
C++
递交时间
2021-02-05 22:07:36
评测时间
2021-02-05 22:07:36
评测机
分数
100
总耗时
2641ms
峰值内存
75.543 MiB