/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:32: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:32: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:37: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:37: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:39: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:39: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/ccaROHJR.o: In function `main':
foo.cc:(.text.startup+0x3a): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 3ms 372.0 KiB
#2 Accepted 5ms 340.0 KiB
#3 Accepted 4ms 504.0 KiB
#4 Wrong Answer 2ms 336.0 KiB
#5 Accepted 10ms 720.0 KiB
#6 Accepted 5ms 512.0 KiB
#7 Wrong Answer 10ms 896.0 KiB
#8 Wrong Answer 10ms 868.0 KiB
#9 Wrong Answer 8ms 872.0 KiB
#10 Wrong Answer 6ms 744.0 KiB

信息

递交者
类型
递交
题目
P1206 CoVH之再破难关
语言
C++
递交时间
2018-06-08 13:03:04
评测时间
2018-06-08 13:03:04
评测机
分数
50
总耗时
67ms
峰值内存
896.0 KiB