Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int ii=st;ii<=ed;ii++)
   ^~~
/in/foo.cc:34:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if(k>=a[i].t)continue;    
    ^~
# 状态 耗时 内存占用
#1 Accepted 51ms 492.0 KiB
#2 Accepted 1ms 220.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 2ms 204.0 KiB
#5 Accepted 2ms 208.0 KiB
#6 Accepted 5ms 336.0 KiB
#7 Accepted 3ms 336.0 KiB
#8 Accepted 37ms 388.0 KiB
#9 Accepted 3ms 344.0 KiB
#10 Accepted 12ms 472.0 KiB
#11 Accepted 12ms 480.0 KiB
#12 Accepted 72ms 500.0 KiB
#13 Accepted 82ms 500.0 KiB

信息

递交者
类型
递交
题目
「一本通 1.1 例 2」种树
语言
C++
递交时间
2020-12-12 21:28:11
评测时间
2020-12-12 21:28:11
评测机
分数
91
总耗时
289ms
峰值内存
500.0 KiB