/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void solve()':
/in/foo.cc:44:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(len=0;(1<<len)<=lim;len++);lim=(1<<len);len--;
         ^~~
/in/foo.cc:44:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(len=0;(1<<len)<=lim;len++);lim=(1<<len);len--;
                                        ^~~
# 状态 耗时 内存占用
#1 Accepted 6ms 8.379 MiB
#2 Accepted 16ms 8.559 MiB
#3 Accepted 15ms 8.473 MiB
#4 Accepted 16ms 8.551 MiB
#5 Accepted 88ms 9.43 MiB
#6 Accepted 97ms 9.43 MiB
#7 Accepted 88ms 9.43 MiB
#8 Accepted 88ms 9.43 MiB
#9 Accepted 88ms 9.426 MiB
#10 Accepted 85ms 9.43 MiB
#11 Accepted 167ms 10.422 MiB
#12 Accepted 165ms 10.395 MiB
#13 Accepted 7ms 8.355 MiB
#14 Accepted 8ms 8.375 MiB
#15 Accepted 7ms 8.449 MiB
#16 Accepted 9ms 8.445 MiB
#17 Accepted 11ms 8.496 MiB
#18 Accepted 10ms 8.477 MiB
#19 Accepted 9ms 8.461 MiB
#20 Accepted 11ms 8.477 MiB

信息

递交者
类型
递交
题目
P2039 龙与地下城
语言
C++
递交时间
2021-07-19 16:11:58
评测时间
2021-07-19 16:15:34
评测机
分数
100
总耗时
1001ms
峰值内存
10.422 MiB