/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void insert(char*, int)':
/in/foo.cc:43:19: warning: unused variable 'k' [-Wunused-variable]
  register int i,j,k,now=0;
                   ^
/in/foo.cc: In function 'void getfail()':
/in/foo.cc:55: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:87: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:79:19: warning: unused variable 'c' [-Wunused-variable]
  register int a,b,c,d;
                   ^
/in/foo.cc:79:21: warning: unused variable 'd' [-Wunused-variable]
  register int a,b,c,d;
                     ^
# 状态 耗时 内存占用
#1 Accepted 4ms 356.0 KiB
#2 Accepted 4ms 356.0 KiB
#3 Accepted 2ms 356.0 KiB
#4 Accepted 3ms 364.0 KiB
#5 Accepted 4ms 364.0 KiB
#6 Accepted 17ms 512.0 KiB
#7 Accepted 3ms 352.0 KiB
#8 Accepted 5ms 380.0 KiB
#9 Accepted 38ms 480.0 KiB
#10 Accepted 53ms 488.0 KiB

信息

递交者
类型
递交
题目
P1569 有趣的游戏
语言
C++
递交时间
2018-04-19 09:56:18
评测时间
2018-04-19 09:56:18
评测机
分数
100
总耗时
138ms
峰值内存
512.0 KiB