/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void node::split(int, node*&, node*&)':
/in/foo.cc:31:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(k <= l->c) {
      ~~^~~~~~~
/in/foo.cc: In member function 'void node::print()':
/in/foo.cc:49:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
   printf("id=%d v=%d c=%d sum=%lld\n",this-null,v,c,sum);
                                                        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:129:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
    printf("%d\n",comp(x,y));
                           ^
# 状态 耗时 内存占用
#1 Accepted 184ms 4.25 MiB
#2 Accepted 787ms 9.5 MiB
#3 Accepted 676ms 9.0 MiB
#4 Accepted 786ms 8.68 MiB
#5 Accepted 703ms 9.875 MiB
#6 Accepted 220ms 4.484 MiB
#7 Accepted 934ms 9.75 MiB
#8 Accepted 847ms 9.215 MiB
#9 Accepted 765ms 8.828 MiB
#10 Accepted 610ms 10.0 MiB

信息

递交者
类型
递交
题目
火星人prefix
语言
C++
递交时间
2018-05-03 20:30:18
评测时间
2018-05-03 20:30:18
评测机
分数
100
总耗时
6517ms
峰值内存
10.0 MiB