/ new_bzoj /

记录详情

Accepted

/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:36:2: note: in expansion of macro 'F'
  F(i, 0, b) ans=max(ans, dp[l][i]); cout << ans << endl;
  ^
/in/foo.cc:36: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 9ms 8.941 MiB
#2 Accepted 15ms 9.066 MiB
#3 Accepted 17ms 9.078 MiB
#4 Accepted 4ms 8.941 MiB
#5 Accepted 4ms 8.941 MiB
#6 Accepted 4ms 8.949 MiB
#7 Accepted 4ms 8.945 MiB
#8 Accepted 4ms 8.941 MiB
#9 Accepted 6ms 8.949 MiB
#10 Accepted 6ms 8.938 MiB

信息

递交者
类型
递交
题目
Cow Roller Coaster
语言
C++
递交时间
2017-10-23 10:17:49
评测时间
2017-10-23 10:17:49
评测机
分数
100
总耗时
78ms
峰值内存
9.078 MiB