记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:6: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
      gets(s);
      ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:13:12: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
      gets(s);
            ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:18:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:18:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
        ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:21:6: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
      gets(s);
      ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:21:12: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
      gets(s);
            ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/tmp/ccB3gdjn.o: In function `main':
foo.cc:(.text.startup+0x6c): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 2ms 4.191 MiB
#2 Accepted 1ms 204.0 KiB
#3 Accepted 2ms 4.195 MiB
#4 Accepted 3ms 4.203 MiB
#5 Accepted 8ms 4.34 MiB
#6 Accepted 4ms 4.312 MiB
#7 Accepted 9ms 4.344 MiB
#8 Accepted 9ms 4.34 MiB
#9 Accepted 9ms 4.344 MiB
#10 Accepted 9ms 4.32 MiB

信息

递交者
类型
递交
题目
P1130 CoVH之再破难关
比赛
南京师范大学算法竞赛之2020年寒假战“疫”系列赛Round1 总第71期赛
语言
C++
递交时间
2020-02-04 15:22:45
评测时间
2020-02-04 15:22:45
评测机
分数
100
总耗时
61ms
峰值内存
4.344 MiB