/in/foo.cc: In function 'void read(ll&)':
/in/foo.cc:8:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(!isdigit(f)&&f!='-')f=getchar();if(f=='-')c=1,f=getchar();
^~~~~
/in/foo.cc:8:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(!isdigit(f)&&f!='-')f=getchar();if(f=='-')c=1,f=getchar();
^~
/in/foo.cc:9:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(isdigit(f))x=x*10+(f^48),f=getchar();if(c)x=~x+1;
^~~~~
/in/foo.cc:9:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(isdigit(f))x=x*10+(f^48),f=getchar();if(c)x=~x+1;
^~
VJ4Error('ProblemDataNotFoundError', '题目 590c992bd3d8a13210993a4c 的数据未找到。', 'newbzoj', '590c992bd3d8a13210993a4c')