记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1; i<=n; i++)
  ^~~
/in/foo.cc:25:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   cout<<dp[n][m]<<endl;
   ^~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 4.184 MiB
#2 Accepted 3ms 4.188 MiB
#3 Accepted 2ms 4.184 MiB
#4 Accepted 2ms 4.18 MiB
#5 Accepted 2ms 4.18 MiB
#6 Accepted 2ms 4.18 MiB
#7 Accepted 4ms 4.184 MiB
#8 Runtime Error 2ms 4.18 MiB
#9 Runtime Error 3ms 4.188 MiB
#10 Runtime Error 2ms 4.18 MiB

信息

递交者
类型
递交
题目
买买买
语言
C++
递交时间
2017-09-15 13:08:46
评测时间
2017-09-15 13:08:46
评测机
分数
70
总耗时
31ms
峰值内存
4.188 MiB