记录详情

Compile Error

foo.c: In function 'main':
foo.c:16:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   16 |  while((s1[l1++] = gets()) != '\n');
      |  ^~~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:16:20: error: too few arguments to function 'gets'
   16 |  while((s1[l1++] = gets()) != '\n');
      |                    ^~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:17:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   17 |  while((s2[l2++] = gets()) != '\n');
      |  ^~~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:17:20: error: too few arguments to function 'gets'
   17 |  while((s2[l2++] = gets()) != '\n');
      |                    ^~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
语言
C
递交时间
2021-12-23 23:25:47
评测时间
2021-12-23 23:25:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes