/ Vijos /

记录详情

Memory Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
         gets(a);
         ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:31:15: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
         gets(a);
               ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:36:5: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(a);
     ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:36:11: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(a);
           ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:38:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
         gets(a);
         ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:38:15: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
         gets(a);
               ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:2:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/tmp/cciaJvuW.o: In function `main':
foo.cc:(.text.startup+0x3a): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 4ms 256.0 KiB
#3 Accepted 14ms 5.625 MiB
#4 Wrong Answer 210ms 102.0 MiB
#5 Memory Exceeded ≥1002ms ≥256.0 MiB
#6 Memory Exceeded ≥1008ms ≥256.0 MiB
#7 Memory Exceeded ≥1002ms ≥256.0 MiB
#8 Memory Exceeded ≥1017ms ≥256.0 MiB
#9 Memory Exceeded ≥1012ms ≥256.0 MiB
#10 Memory Exceeded ≥1013ms ≥256.0 MiB

信息

递交者
类型
递交
题目
P1206 CoVH之再破难关
语言
C++
递交时间
2018-06-08 12:51:10
评测时间
2018-06-08 12:51:10
评测机
分数
30
总耗时
≥6290ms
峰值内存
≥256.0 MiB