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 member function 'bool lastweapon::CG::Po::operator<(const lastweapon::CG::Po&) const':
foo.cc:301:68: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
301 | bool operator<(cPo p)const{return sgn(x,p.x)<0||!sgn(x,p.x)&&sgn(y,p.y)<0;}bool operator<=(cPo p)const{return sgn(x,p.x)<0||!sgn(x,p.x)&&sgn(y,p.y)<=0;}
| ~~~~~~~~~~~^~~~~~~~~~~~~~
foo.cc: In member function 'bool lastweapon::CG::Po::operator<=(const lastweapon::CG::Po&) const':
foo.cc:301:144: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
301 | bool operator<(cPo p)const{return sgn(x,p.x)<0||!sgn(x,p.x)&&sgn(y,p.y)<0;}bool operator<=(cPo p)const{return sgn(x,p.x)<0||!sgn(x,p.x)&&sgn(y,p.y)<=0;}
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
foo.cc: In member function 'int lastweapon::CG::Po::q() const':
foo.cc:309:37: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
309 | return (y > 0 || y == 0 && x >= 0) ? 0 : 1;
| ~~~~~~~^~~~~~~~~
foo.cc: In function 'lastweapon::CG::Po lastweapon::CG::operator%(const lastweapon::CG::Po&, const lastweapon::CG::Line&)':
foo.cc:397:52: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
397 | inline Po operator%(cPo p,cLine l){return p&l*2-p;}
| ~~~^~
[Hydro](https://hydro.ac)提供评测服务