/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void dfs(long long int, long long int, long long int, long long int)':
/in/foo.cc:17:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 1; i <= deep; ++i) ans[i] = t[i]; ans[0] = deep;
     ^~~
/in/foo.cc:17:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for (int i = 1; i <= deep; ++i) ans[i] = t[i]; ans[0] = deep;
                                                    ^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 1.109 MiB
#2 Accepted 4ms 1.09 MiB
#3 Accepted 3ms 1.125 MiB
#4 Accepted 4ms 1.09 MiB
#5 Accepted 4ms 1.121 MiB
#6 Accepted 15ms 1.082 MiB
#7 Accepted 71ms 1.098 MiB
#8 Accepted 24ms 1.105 MiB
#9 Accepted 14ms 1.102 MiB
#10 Accepted 187ms 1.125 MiB

信息

递交者
类型
递交
题目
P1308 埃及分数
语言
C++
递交时间
2018-04-29 16:45:39
评测时间
2018-04-29 16:45:39
评测机
分数
100
总耗时
334ms
峰值内存
1.125 MiB