/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'LL read()':
/in/foo.cc:55:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(c=='-')f=-1;c=getchar();
         ^~
/in/foo.cc:55:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(c=='-')f=-1;c=getchar();
                        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:105:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
     if(O[i].opt==2)printf("%d\n",ans[i]);
                                        ^
# 状态 耗时 内存占用
#1 Accepted 3ms 332.0 KiB
#2 Accepted 109ms 3.199 MiB
#3 Accepted 124ms 3.246 MiB
#4 Accepted 128ms 3.367 MiB
#5 Accepted 5ms 2.348 MiB
#6 Accepted 111ms 3.266 MiB
#7 Accepted 60ms 2.633 MiB
#8 Accepted 2ms 2.25 MiB
#9 Accepted 71ms 3.121 MiB
#10 Accepted 86ms 2.5 MiB
#11 Accepted 90ms 2.715 MiB
#12 Accepted 105ms 2.984 MiB

信息

递交者
类型
递交
题目
K大数查询
语言
C++
递交时间
2017-05-24 20:21:05
评测时间
2017-05-24 20:21:05
评测机
分数
100
总耗时
899ms
峰值内存
3.367 MiB