/ Vijos /

记录详情

Wrong Answer

foo.cc:6: warning: ignoring '#pragma comment ' [-Wunknown-pragmas]
    6 | #pragma comment(linker, "/STACK:36777216")
      | 
foo.cc: In function 'std::ostream& operator<<(std::ostream&, std::array<_Tp, _Nm>&)':
foo.cc:34:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   34 | #define REP(i, n) for (int i=0;i<n;++i)
      |                   ^~~
foo.cc:224:5: note: in expansion of macro 'REP'
  224 |     REP(i, N-1) out << a[i] << " "; if (N) out << a.back();
      |     ^~~
foo.cc:224:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  224 |     REP(i, N-1) out << a[i] << " "; if (N) out << a.back();
      |                                     ^~
foo.cc: In function 'std::ostream& operator<<(std::ostream&, std::vector<_Tp>&)':
foo.cc:34:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   34 | #define REP(i, n) for (int i=0;i<n;++i)
      |                   ^~~
foo.cc:228:5: note: in expansion of macro 'REP'
  228 |     REP(i, SZ(a)-1) out << a[i] << " "; if (SZ(a)) out << a.back();
      |     ^~~
foo.cc:228:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  228 |     REP(i, SZ(a)-1) out << a[i] << " "; if (SZ(a)) out << a.back();
      |                                         ^~
foo.cc: In function 'int main()':
foo.cc:37:21: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   37 | #define REP_1(i, n) for (int i=1;i<=n;++i)
      |                     ^~~
foo.cc:291:9: note: in expansion of macro 'REP_1'
  291 |         REP_1(j, i) checkMin(f[i][j], f[i][j-1] + v[j]); checkMin(f[i][1], f[i][i] + v[1]);
      |         ^~~~~
foo.cc:291:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  291 |         REP_1(j, i) checkMin(f[i][j], f[i][j-1] + v[j]); checkMin(f[i][1], f[i][i] + v[1]);
      |                                                          ^~~~~~~~
foo.cc:39:24: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   39 | #define DWN_1(i, b, a) for (int i=b;i>=a;--i)
      |                        ^~~
foo.cc:292:9: note: in expansion of macro 'DWN_1'
  292 |         DWN_1(j, i, 1) checkMin(f[i][j], f[i][j+1] + v[j]); checkMin(f[i][i], f[i][1] + v[i]);
      |         ^~~~~
foo.cc:292:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  292 |         DWN_1(j, i, 1) checkMin(f[i][j], f[i][j+1] + v[j]); checkMin(f[i][i], f[i][1] + v[i]);
      |                                                             ^~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 1016, expect 991. 6ms 1.527 MiB
#2 Wrong Answer Read 616, expect 593. 5ms 1.027 MiB
#3 Wrong Answer Read 258, expect 230. 4ms 668.0 KiB
#4 Wrong Answer Read 397, expect 373. 4ms 796.0 KiB
#5 Wrong Answer Read 6071, expect 5960. 5ms 1.199 MiB
#6 Accepted 7ms 1.652 MiB
#7 Wrong Answer Read 4354, expect 4187. 7ms 972.0 KiB
#8 Wrong Answer Read 8654, expect 8594. 7ms 1.527 MiB
#9 Wrong Answer Read 9585, expect 9042. 10ms 1.602 MiB
#10 Accepted 15ms 2.25 MiB

信息

递交者
类型
递交
题目
P1006 晴天小猪历险记之Hill
语言
C++
递交时间
2023-07-14 22:28:26
评测时间
2023-07-14 22:33:18
评测机
分数
20
总耗时
76ms
峰值内存
2.25 MiB