/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a+1);gets(b+1);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 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:28:10: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a+1);gets(b+1);
          ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 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:28:12: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a+1);gets(b+1);
            ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 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:28:20: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a+1);gets(b+1);
                    ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/tmp/ccioeJr7.o: In function `main':
foo.cc:(.text.startup+0xe): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 2ms 220.0 KiB
#2 Accepted 2ms 228.0 KiB
#3 Accepted 2ms 224.0 KiB
#4 Accepted 2ms 224.0 KiB
#5 Accepted 69ms 1.41 MiB
#6 Accepted 59ms 1.352 MiB
#7 Accepted 54ms 1.109 MiB
#8 Accepted 61ms 1.574 MiB
#9 Accepted 86ms 1.43 MiB
#10 Accepted 70ms 1.441 MiB

信息

递交者
类型
递交
题目
2019.2.13 Problem B - del
比赛
2019.2.13补题通道
语言
C++
递交时间
2019-02-13 22:12:50
评测时间
2019-02-13 22:12:50
评测机
分数
100
总耗时
410ms
峰值内存
1.574 MiB