/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=m;i++)
  ^~~
/in/foo.cc:46:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(i=1;i<=n;i++){   dp[1][i]=a[1][i], now[1][i]=i; }
   ^~~
/in/foo.cc:48:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(i=2;i<=m;i++)
   ^~~
/in/foo.cc:70:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    int end=1;
    ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 340.0 KiB
#2 Accepted 42ms 1.734 MiB
#3 Accepted 42ms 1.785 MiB
#4 Accepted 45ms 1.703 MiB
#5 Wrong Answer 45ms 1.707 MiB
#6 Accepted 1ms 216.0 KiB
#7 Accepted 2ms 1.652 MiB
#8 Accepted 1ms 220.0 KiB
#9 Accepted 50ms 1.727 MiB

信息

递交者
类型
递交
题目
P1139 小胖办证
语言
C++
递交时间
2020-10-31 21:33:09
评测时间
2020-10-31 21:33:09
评测机
分数
88
总耗时
235ms
峰值内存
1.785 MiB