/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void insert(char*, int)':
/in/foo.cc:26:19: warning: unused variable 'k' [-Wunused-variable]
  register int i,j,k,now=0;
                   ^
/in/foo.cc: In function 'void getfail()':
/in/foo.cc:38: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:97: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:88:21: warning: unused variable 'd' [-Wunused-variable]
  register int a,b,c,d;
                     ^
# 状态 耗时 内存占用
#1 Wrong Answer 6ms 480.0 KiB
#2 Runtime Error 5ms 484.0 KiB
#3 Runtime Error 2ms 384.0 KiB
#4 Wrong Answer 4ms 600.0 KiB
#5 Runtime Error 5ms 512.0 KiB
#6 Runtime Error 7ms 2.453 MiB
#7 Wrong Answer 4ms 476.0 KiB
#8 Wrong Answer 4ms 468.0 KiB
#9 Runtime Error 6ms 384.0 KiB
#10 Runtime Error 10ms 508.0 KiB

信息

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