/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void del(int, int, int, int)':
/in/foo.cc:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!rt) return ;tr[rt]--;
     ^~
/in/foo.cc:14:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(!rt) return ;tr[rt]--;
                     ^~
/in/foo.cc: In function 'void update(int&, int, int, int)':
/in/foo.cc:21:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!rt)  rt=++cnt;tr[rt]++;
     ^~
/in/foo.cc:21:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(!rt)  rt=++cnt;tr[rt]++;
                       ^~
/in/foo.cc: In function 'int read()':
/in/foo.cc:38:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(('0'<=c&&c<='9')) x=x*10+c-48,c=getchar();return x;
     ^~~~~
/in/foo.cc:38:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(('0'<=c&&c<='9')) x=x*10+c-48,c=getchar();return x;
                                                     ^~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:41:7: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main () {
       ^
# 状态 耗时 内存占用
#1 Accepted 5ms 4.336 MiB
#2 Accepted 922ms 103.875 MiB
#3 Accepted 957ms 103.625 MiB
#4 Accepted 21ms 6.32 MiB
#5 Accepted 222ms 23.375 MiB
#6 Accepted 283ms 31.305 MiB
#7 Accepted 369ms 38.875 MiB
#8 Accepted 452ms 50.75 MiB
#9 Accepted 534ms 56.574 MiB
#10 Accepted 626ms 59.375 MiB

信息

递交者
类型
递交
题目
动态逆序对
语言
C++
递交时间
2018-03-16 12:22:36
评测时间
2018-03-16 12:22:36
评测机
分数
100
总耗时
4395ms
峰值内存
103.875 MiB