/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:26:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)
  ^~~
/in/foo.cc:36:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   cout<<maxn<<endl;
   ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 4.32 MiB
#2 Wrong Answer 2ms 4.324 MiB
#3 Accepted 2ms 4.305 MiB
#4 Accepted 4ms 8.441 MiB
#5 Accepted 3ms 6.332 MiB
#6 Wrong Answer 4ms 6.648 MiB
#7 Wrong Answer 5ms 6.559 MiB
#8 Wrong Answer 4ms 6.398 MiB
#9 Wrong Answer 5ms 8.438 MiB
#10 Wrong Answer 5ms 6.645 MiB

信息

递交者
类型
递交
题目
P1057 盖房子
语言
C++
递交时间
2019-10-31 21:40:17
评测时间
2019-10-31 21:40:18
评测机
分数
40
总耗时
40ms
峰值内存
8.441 MiB