记录详情

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/cc7rrYTc.o: In function `main':
foo.cc:(.text.startup+0x18): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Runtime Error 1ms 208.0 KiB
#2 Wrong Answer 1ms 204.0 KiB
#3 Wrong Answer 1ms 208.0 KiB
#4 Wrong Answer 1ms 204.0 KiB
#5 Wrong Answer 1ms 204.0 KiB
#6 Runtime Error 1ms 208.0 KiB
#7 Runtime Error 1ms 204.0 KiB
#8 Wrong Answer 1ms 208.0 KiB
#9 Wrong Answer 1ms 204.0 KiB
#10 Runtime Error 1ms 204.0 KiB

信息

递交者
类型
递交
题目
xxyw1-5螺旋矩阵
比赛
小兰赛3-17
语言
C++
递交时间
2019-03-17 11:41:24
评测时间
2019-03-17 11:41:24
评测机
分数
0
总耗时
17ms
峰值内存
208.0 KiB