/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void insert(char*, int)':
/in/foo.cc:25:19: warning: unused variable 'k' [-Wunused-variable]
  register int i,j,k,now=0;
                   ^
/in/foo.cc: In function 'void getfail()':
/in/foo.cc:37:17: warning: unused variable 'j' [-Wunused-variable]
  register int i,j,u,fail,head=1,tail=1;
                 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:69:15: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[15]' [-Wformat=]
  scanf("%s",&s),insert(s,a);
               ^
/in/foo.cc:61:21: warning: unused variable 'd' [-Wunused-variable]
  register int a,b,c,d;
                     ^
# 状态 耗时 内存占用
#1 Accepted 62ms 121.75 MiB
#2 Wrong Answer 161ms 240.625 MiB
#3 Wrong Answer 132ms 240.625 MiB
#4 Accepted 70ms 121.5 MiB
#5 Accepted 218ms 121.5 MiB
#6 Accepted 202ms 240.625 MiB
#7 Accepted 148ms 73.125 MiB
#8 Accepted 48ms 73.867 MiB
#9 Accepted 169ms 240.625 MiB
#10 Wrong Answer 290ms 240.73 MiB

信息

递交者
类型
递交
题目
P1569 有趣的游戏
语言
C++
递交时间
2018-04-19 09:30:21
评测时间
2018-04-19 09:30:21
评测机
分数
70
总耗时
1503ms
峰值内存
240.73 MiB