/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define F(x, y, z) for(int x=y; x<=z; x++)
                    ^
/in/foo.cc:35:2: note: in expansion of macro 'F'
  F(i, 0, b) ans=max(ans, dp[l][i]); cout << ans << endl;
  ^
/in/foo.cc:35:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  F(i, 0, b) ans=max(ans, dp[l][i]); cout << ans << endl;
                                     ^~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.316 MiB
#2 Wrong Answer 12ms 6.566 MiB
#3 Wrong Answer 53ms 6.445 MiB
#4 Accepted 2ms 2.316 MiB
#5 Accepted 1ms 452.0 KiB
#6 Wrong Answer 3ms 2.449 MiB
#7 Wrong Answer 3ms 708.0 KiB
#8 Wrong Answer 3ms 4.441 MiB
#9 Wrong Answer 4ms 6.453 MiB
#10 Wrong Answer 5ms 4.441 MiB

信息

递交者
类型
递交
题目
Cow Roller Coaster
语言
C++
递交时间
2017-10-23 09:38:33
评测时间
2017-10-23 09:38:33
评测机
分数
30
总耗时
94ms
峰值内存
6.566 MiB