记录详情

System Error

/in/foo.cc: In function 'void change(int, int, int, int, int, int)':
/in/foo.cc:38:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (tag[h]) downtag(h); int mid = (l + r) >> 1;
     ^~
/in/foo.cc:38:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (tag[h]) downtag(h); int mid = (l + r) >> 1;
                             ^~~
/in/foo.cc: In function 'int find(int, int, int, int, int)':
/in/foo.cc:48:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (tag[h]) downtag(h); int mid = (l + r) >> 1;
     ^~
/in/foo.cc:48:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (tag[h]) downtag(h); int mid = (l + r) >> 1;
                             ^~~
KeyError('input/wagahai11.in',)

信息

递交者
类型
递交
题目
吾辈
题目数据
下载
语言
C++
递交时间
2017-11-10 01:36:15
评测时间
2017-11-10 01:36:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes