/ SUOI /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:72:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(op[i][0]!=op[i][1]) add(dep[op[i][0]]+1,1);add(dep[op[i][1]]+1,-1);
    ^~
/in/foo.cc:72:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(op[i][0]!=op[i][1]) add(dep[op[i][0]]+1,1);add(dep[op[i][1]]+1,-1);
                                                  ^~~
/in/foo.cc:73:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(op[i][0]!=op[i][2]) add(dep[op[i][0]]+1,1);add(dep[op[i][2]]+1,-1);
    ^~
/in/foo.cc:73:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(op[i][0]!=op[i][2]) add(dep[op[i][0]]+1,1);add(dep[op[i][2]]+1,-1);
                                                  ^~~
/in/foo.cc:75:33: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    printf("%d\n",query(op[i][0]));
                                 ^
/in/foo.cc:51:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,k;
        ^
/in/foo.cc:51:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k;
          ^
# 状态 耗时 内存占用
#1 Accepted 7ms 10.363 MiB
#2 Accepted 11ms 10.25 MiB
#3 Accepted 6ms 10.25 MiB
#4 Wrong Answer 8ms 8.355 MiB
#5 Wrong Answer 9ms 10.324 MiB
#6 Wrong Answer 10ms 10.371 MiB
#7 Accepted 10ms 10.371 MiB
#8 Accepted 8ms 8.367 MiB
#9 Wrong Answer 5ms 10.355 MiB
#10 Accepted 4ms 8.344 MiB
#11 Wrong Answer 3ms 10.363 MiB
#12 Wrong Answer 4ms 10.277 MiB
#13 Wrong Answer 3ms 10.375 MiB
#14 Wrong Answer 4ms 10.25 MiB
#15 Wrong Answer 5ms 6.25 MiB
#16 Wrong Answer 4ms 10.375 MiB
#17 Wrong Answer 2ms 10.34 MiB
#18 Wrong Answer 55ms 10.473 MiB
#19 Wrong Answer 53ms 10.605 MiB
#20 Wrong Answer 17ms 10.332 MiB

信息

递交者
类型
递交
题目
#8 一收一行破
语言
C++
递交时间
2018-09-13 10:45:18
评测时间
2018-09-13 10:45:18
评测机
分数
6
总耗时
237ms
峰值内存
10.605 MiB