记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
  ^~~~
In file included from /in/foo.cc:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:7:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
        ^
In file included from /in/foo.cc:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/tmp/ccZfN614.o: In function `main':
foo.cc:(.text.startup+0x16): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB
#2 Runtime Error 1ms 204.0 KiB
#3 Accepted 26ms 204.0 KiB
#4 Runtime Error 1ms 200.0 KiB
#5 Runtime Error 1ms 200.0 KiB
#6 Runtime Error 1ms 204.0 KiB
#7 Accepted 12ms 204.0 KiB
#8 Runtime Error 1ms 196.0 KiB
#9 Runtime Error 140ms 204.0 KiB
#10 Accepted 80ms 200.0 KiB

信息

递交者
类型
递交
题目
xxyw1-4N字变换
比赛
小兰赛3-17
语言
C++
递交时间
2019-03-17 11:31:10
评测时间
2019-03-17 11:31:10
评测机
分数
40
总耗时
270ms
峰值内存
204.0 KiB