/ Vijos /

记录详情

Accepted

/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/ccWdEdcU.o: In function `main':
foo.cc:(.text.startup+0x3a): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 6ms 336.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 8ms 480.0 KiB
#4 Accepted 7ms 640.0 KiB
#5 Accepted 12ms 640.0 KiB
#6 Accepted 5ms 628.0 KiB
#7 Accepted 12ms 768.0 KiB
#8 Accepted 7ms 752.0 KiB
#9 Accepted 7ms 896.0 KiB
#10 Accepted 10ms 892.0 KiB

信息

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