/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:72:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a+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:72:10: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a+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:74:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  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:74:10: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  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/cc03BNjp.o: In function `main':
foo.cc:(.text.startup+0xf): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 224.0 KiB
#2 Wrong Answer 2ms 228.0 KiB
#3 Wrong Answer 1ms 232.0 KiB
#4 Wrong Answer 2ms 228.0 KiB
#5 Wrong Answer 47ms 2.32 MiB
#6 Wrong Answer 46ms 2.215 MiB
#7 Accepted 22ms 1.512 MiB
#8 Accepted 44ms 2.484 MiB
#9 Wrong Answer 49ms 2.367 MiB
#10 Wrong Answer 50ms 2.406 MiB

信息

递交者
类型
递交
题目
2019.2.13 Problem B - del
比赛
2019.2.13测验
语言
C++
递交时间
2019-02-13 17:25:00
评测时间
2019-02-13 17:25:00
评测机
分数
20
总耗时
268ms
峰值内存
2.484 MiB