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)提供评测服务