/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'void insert(int, int, int&)':
/in/foo.cc:81:11: warning: operation on 'tot' may be undefined [-Wsequence-point]
    key[rt=++tot]=hash1[tot]=hash2[tot]=ky;
           ^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:196:13: warning: unused variable 'tmp' [-Wunused-variable]
   int m,x,y,tmp;
             ^~~
/in/foo.cc: In function 'long long unsigned int query(int, int)':
/in/foo.cc:176:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'void insert(int, int, int&)':
/in/foo.cc:97:14: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
   son[pre][p]=tot;
   ~~~~~~~~~~~^~~~
/in/foo.cc:97:14: warning: 'pre' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Wrong Answer 107ms 4.34 MiB
#2 Wrong Answer 170ms 5.344 MiB
#3 Wrong Answer 196ms 5.0 MiB
#4 Wrong Answer 223ms 5.227 MiB
#5 Wrong Answer 170ms 5.25 MiB
#6 Wrong Answer 108ms 4.359 MiB
#7 Accepted 459ms 5.25 MiB
#8 Wrong Answer 450ms 5.25 MiB
#9 Accepted 482ms 5.25 MiB
#10 Wrong Answer 164ms 5.348 MiB

信息

递交者
类型
递交
题目
火星人prefix
语言
C++
递交时间
2017-12-04 09:50:08
评测时间
2017-12-04 09:50:08
评测机
分数
20
总耗时
2532ms
峰值内存
5.348 MiB