/ 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 6ms 10.348 MiB
#2 Accepted 6ms 8.344 MiB
#3 Accepted 4ms 8.352 MiB
#4 Wrong Answer 6ms 12.34 MiB
#5 Wrong Answer 5ms 10.25 MiB
#6 Wrong Answer 5ms 12.25 MiB
#7 Accepted 6ms 12.25 MiB
#8 Accepted 5ms 8.367 MiB
#9 Wrong Answer 13ms 8.258 MiB
#10 Accepted 7ms 10.375 MiB
#11 Wrong Answer 5ms 12.352 MiB
#12 Wrong Answer 4ms 8.332 MiB
#13 Wrong Answer 5ms 8.25 MiB
#14 Wrong Answer 5ms 8.25 MiB
#15 Wrong Answer 5ms 8.375 MiB
#16 Wrong Answer 4ms 8.367 MiB
#17 Wrong Answer 5ms 8.25 MiB
#18 Wrong Answer 45ms 12.492 MiB
#19 Wrong Answer 56ms 12.461 MiB
#20 Wrong Answer 16ms 8.488 MiB

信息

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