/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void work()':
/in/foo.cc:4:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define rep(i,a,b) for(int (i)=(a);(i)<=(b);(i)++)
                    ^
/in/foo.cc:74:5: note: in expansion of macro 'rep'
     rep(l,1,m) 
     ^~~
/in/foo.cc:76:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     spfa();
     ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 4.312 MiB
#2 Accepted 48ms 4.516 MiB
#3 Accepted 59ms 4.75 MiB
#4 Accepted 2ms 2.449 MiB
#5 Accepted 2ms 2.445 MiB
#6 Accepted 7ms 2.535 MiB
#7 Accepted 19ms 2.691 MiB
#8 Accepted 27ms 4.195 MiB
#9 Accepted 31ms 2.707 MiB
#10 Accepted 40ms 2.734 MiB

信息

递交者
类型
递交
题目
物流运输
语言
C++
递交时间
2019-10-22 15:11:07
评测时间
2019-10-22 15:11:07
评测机
分数
100
总耗时
242ms
峰值内存
4.75 MiB