/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:56:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for (int j = down[i] + 1; j <= up[i] - 1; j++)
         ^~~
/in/foo.cc:58:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
             if (ans != inf)
             ^~
/in/foo.cc:58:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
/in/foo.cc:60:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 if (up[i] != m + 1)
                 ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.426 MiB
#2 Accepted 3ms 452.0 KiB
#3 Accepted 2ms 436.0 KiB
#4 Accepted 1ms 444.0 KiB
#5 Accepted 1ms 436.0 KiB
#6 Accepted 1ms 440.0 KiB
#7 Accepted 1ms 440.0 KiB
#8 Accepted 1ms 456.0 KiB
#9 Accepted 1ms 432.0 KiB
#10 Accepted 1ms 440.0 KiB
#11 Accepted 2ms 2.801 MiB
#12 Accepted 3ms 5.93 MiB
#13 Accepted 2ms 4.051 MiB
#14 Accepted 3ms 5.945 MiB
#15 Accepted 18ms 16.301 MiB
#16 Accepted 69ms 39.051 MiB
#17 Accepted 35ms 19.676 MiB
#18 Accepted 79ms 39.055 MiB
#19 Accepted 40ms 26.176 MiB
#20 Accepted 83ms 39.07 MiB

信息

递交者
类型
递交
题目
P1907 飞扬的小鸟
语言
C++
递交时间
2017-10-10 17:51:14
评测时间
2017-10-10 17:51:14
评测机
分数
100
总耗时
361ms
峰值内存
39.07 MiB