/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void insert(char*, int)':
/in/foo.cc:25:25: warning: unused variable 'k' [-Wunused-variable]
  register int i,j,now=0,k;
                         ^
/in/foo.cc: In function 'void getfail()':
/in/foo.cc:40:17: warning: unused variable 'j' [-Wunused-variable]
  register int i,j,u,v,fail,head=1,tail=1;
                 ^
/in/foo.cc:40:21: warning: unused variable 'v' [-Wunused-variable]
  register int i,j,u,v,fail,head=1,tail=1;
                     ^
/in/foo.cc: In function 'void AC()':
/in/foo.cc:63:17: warning: unused variable 'u' [-Wunused-variable]
  register int i,u,v,j,now=0;
                 ^
/in/foo.cc:63:19: warning: unused variable 'v' [-Wunused-variable]
  register int i,u,v,j,now=0;
                   ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:81:15: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10000005]' [-Wformat=]
  scanf("%s",&T);
               ^
/in/foo.cc:84:15: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[105]' [-Wformat=]
  scanf("%s",&s),insert(s,i);
               ^
/in/foo.cc:82:17: warning: unused variable 'j' [-Wunused-variable]
  register int i,j,k;
                 ^
/in/foo.cc:82:19: warning: unused variable 'k' [-Wunused-variable]
  register int i,j,k;
                   ^
# 状态 耗时 内存占用
#1 Accepted 9ms 6.355 MiB
#2 Wrong Answer 17ms 6.375 MiB
#3 Accepted 34ms 9.625 MiB
#4 Accepted 18ms 6.727 MiB
#5 Wrong Answer 66ms 20.777 MiB
#6 Accepted 142ms 24.738 MiB
#7 Accepted 145ms 22.875 MiB
#8 Accepted 576ms 26.594 MiB
#9 Accepted 709ms 31.0 MiB
#10 Accepted 885ms 31.777 MiB

信息

递交者
类型
递交
题目
P1951 玄武密码
语言
C++
递交时间
2018-04-18 21:23:37
评测时间
2018-04-18 21:23:37
评测机
分数
80
总耗时
2604ms
峰值内存
31.777 MiB