/ Vijos /

记录详情

Memory Exceeded

/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 78ms 161.625 MiB
#2 Time Exceeded ≥1001ms ≥255.934 MiB
#3 Time Exceeded ≥1006ms ≥255.949 MiB
#4 Accepted 97ms 161.0 MiB
#5 Accepted 69ms 161.625 MiB
#6 Memory Exceeded ≥398ms ≥256.0 MiB
#7 Accepted 68ms 98.25 MiB
#8 Accepted 74ms 98.207 MiB
#9 Memory Exceeded ≥1002ms ≥256.0 MiB
#10 Time Exceeded ≥1001ms ≥255.984 MiB

信息

递交者
类型
递交
题目
P1569 有趣的游戏
语言
C++
递交时间
2018-04-19 09:26:44
评测时间
2018-04-19 09:26:44
评测机
分数
50
总耗时
≥4799ms
峰值内存
≥256.0 MiB