/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void insert(int, int, int&)':
/in/foo.cc:68:11: warning: operation on 'tot' may be undefined [-Wsequence-point]
    key[rt=++tot]=hash0[tot]=ky;
           ^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:145:13: warning: unused variable 'tmp' [-Wunused-variable]
   int m,x,y,tmp;
             ^~~
/in/foo.cc: In function 'int find_node(int)':
/in/foo.cc:99:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'long long unsigned int query(int, int)':
/in/foo.cc:125:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'void insert(int, int, int&)':
/in/foo.cc:83:13: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
   son[pe][p]=tot;
   ~~~~~~~~~~^~~~
/in/foo.cc:83:13: warning: 'pe' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Accepted 103ms 2.25 MiB
#2 Accepted 285ms 4.012 MiB
#3 Accepted 317ms 4.0 MiB
#4 Accepted 331ms 4.109 MiB
#5 Accepted 288ms 4.0 MiB
#6 Accepted 117ms 2.25 MiB
#7 Accepted 408ms 4.0 MiB
#8 Accepted 444ms 4.078 MiB
#9 Accepted 368ms 4.0 MiB
#10 Accepted 297ms 4.094 MiB

信息

递交者
类型
递交
题目
火星人prefix
语言
C++
递交时间
2017-12-04 11:06:50
评测时间
2017-12-04 11:06:50
评测机
分数
100
总耗时
2963ms
峰值内存
4.109 MiB