记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a);gets(b);
  ^~~~
In file included from /in/foo.cc:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:8:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a);gets(b);
        ^
In file included from /in/foo.cc:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:8:10: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a);gets(b);
          ^~~~
In file included from /in/foo.cc:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:8:16: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a);gets(b);
                ^
In file included from /in/foo.cc:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/tmp/ccuaujVE.o: In function `main':
foo.cc:(.text.startup+0x16): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Runtime Error 5ms 1.234 MiB
#2 Runtime Error 6ms 1.203 MiB
#3 Accepted 6ms 692.0 KiB
#4 Runtime Error 5ms 1.207 MiB
#5 Runtime Error 5ms 1.301 MiB
#6 Runtime Error 5ms 1.203 MiB
#7 Runtime Error 6ms 1.145 MiB
#8 Runtime Error 5ms 1.355 MiB
#9 Runtime Error 4ms 1.203 MiB
#10 Runtime Error 6ms 1.27 MiB
#11 Accepted 3ms 548.0 KiB
#12 Runtime Error 7ms 1.203 MiB
#13 Runtime Error 6ms 1.172 MiB
#14 Runtime Error 5ms 1.172 MiB
#15 Runtime Error 7ms 1.203 MiB
#16 Runtime Error 3ms 1.203 MiB
#17 Runtime Error 4ms 1.145 MiB
#18 Runtime Error 19ms 1.344 MiB
#19 Runtime Error 5ms 1.207 MiB
#20 Runtime Error 4ms 1.238 MiB
#21 Runtime Error 6ms 1.238 MiB
#22 Runtime Error 4ms 1.359 MiB
#23 Runtime Error 3ms 1.309 MiB
#24 Runtime Error 3ms 1.234 MiB
#25 Runtime Error 3ms 1.27 MiB

信息

递交者
类型
递交
题目
字符串匹配
语言
C++
递交时间
2018-08-25 20:53:06
评测时间
2018-08-25 20:53:06
评测机
分数
8
总耗时
147ms
峰值内存
1.359 MiB