记录详情

System Error

/in/foo.cc: In function 'void rea(int&)':
/in/foo.cc:23:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(;c>'9'||c<'0';c=nc());for(;c>='0'&&c<='9';x=x*10+c-'0',c=nc());
   ^~~
/in/foo.cc:23:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(;c>'9'||c<'0';c=nc());for(;c>='0'&&c<='9';x=x*10+c-'0',c=nc());
                             ^~~
/in/foo.cc: In function 'int rea(int*)':
/in/foo.cc:28:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(;c>'9'||c<'0';c=nc());for(;c>='0'&&c<='9';x[len++]=c-'0',c=nc());
   ^~~
/in/foo.cc:28:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(;c>'9'||c<'0';c=nc());for(;c>='0'&&c<='9';x[len++]=c-'0',c=nc());
                             ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:121:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for(int j=0;j<Q[k].q.size();j++)
                   ~^~~~~~~~~~~~~~
FormatError('config file not found',)

信息

递交者
类型
递交
题目
蚯蚓排队
题目数据
下载
语言
C++
递交时间
2018-06-15 00:58:09
评测时间
2018-06-15 00:58:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes