foo.cc: In member function 'Fastio::Reader& Fastio::Reader::operator>>(double&)':
foo.cc:32:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
32 | while(s--)t/=10.0;x=(x+t)*f;return*this;
| ^~~~~
foo.cc:32:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
32 | while(s--)t/=10.0;x=(x+t)*f;return*this;
| ^
foo.cc: In member function 'Fastio::Reader& Fastio::Reader::operator>>(long double&)':
foo.cc:40:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
40 | while(s--)t/=10.0;x=(x+t)*f;return*this;
| ^~~~~
foo.cc:40:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
40 | while(s--)t/=10.0;x=(x+t)*f;return*this;
| ^
foo.cc: In member function 'Fastio::Reader& Fastio::Reader::operator>>(__float128&)':
foo.cc:48:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
48 | while(s--)t/=10.0;x=(x+t)*f;return*this;
| ^~~~~
foo.cc:48:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
48 | while(s--)t/=10.0;x=(x+t)*f;return*this;
| ^
foo.cc: In member function 'Fastio::Writer& Fastio::Writer::operator<<(double)':
foo.cc:85:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
85 | while(_)sta[++top]=_%10,_/=10;if(!top)putchar('0');
| ^~~~~
foo.cc:85:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
85 | while(_)sta[++top]=_%10,_/=10;if(!top)putchar('0');
| ^~
foo.cc:86:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
86 | while(top)putchar(sta[top]+'0'),--top;putchar('.');
| ^~~~~
foo.cc:86:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
86 | while(top)putchar(sta[top]+'0'),--top;putchar('.');
| ^~~~~~~
foo.cc: In member function 'Fastio::Writer& Fastio::Writer::operator<<(long double)':
foo.cc:96:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
96 | while(_)sta[++top]=_%10,_/=10;if(!top)putchar('0');
| ^~~~~
foo.cc:96:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
96 | while(_)sta[++top]=_%10,_/=10;if(!top)putchar('0');
| ^~
foo.cc:97:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
97 | while(top)putchar(sta[top]+'0'),--top;putchar('.');
| ^~~~~
foo.cc:97:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
97 | while(top)putchar(sta[top]+'0'),--top;putchar('.');
| ^~~~~~~
foo.cc: In member function 'Fastio::Writer& Fastio::Writer::operator<<(__float128)':
foo.cc:107:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
107 | while(_)sta[++top]=_%10,_/=10;if(!top)putchar('0');
| ^~~~~
foo.cc:107:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
107 | while(_)sta[++top]=_%10,_/=10;if(!top)putchar('0');
| ^~
foo.cc:108:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
108 | while(top)putchar(sta[top]+'0'),--top;putchar('.');
| ^~~~~
foo.cc:108:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
108 | while(top)putchar(sta[top]+'0'),--top;putchar('.');
| ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务