/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define rep(i,j,k) for(i=j;i<=k;++i)
                    ^
/in/foo.cc:67:2: note: in expansion of macro 'rep'
  rep(i,1,n)BFS(i);ans2=inf;
  ^~~
/in/foo.cc:67:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  rep(i,1,n)BFS(i);ans2=inf;
                   ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 340.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 3ms 496.0 KiB
#4 Accepted 8ms 1.375 MiB
#5 Accepted 9ms 2.875 MiB
#6 Accepted 6ms 3.211 MiB
#7 Accepted 13ms 3.48 MiB
#8 Accepted 23ms 5.469 MiB
#9 Accepted 19ms 5.375 MiB
#10 Accepted 28ms 6.324 MiB

信息

递交者
类型
递交
题目
P1070 新年趣事之游戏
语言
C++
递交时间
2017-07-28 15:27:39
评测时间
2017-07-28 15:27:39
评测机
分数
100
总耗时
117ms
峰值内存
6.324 MiB