记录详情

Compile Error

foo.c: In function 'Length':
foo.c:7:19: error: stray '\357' in program
    7 |  printf("%d ",len);
      |                   ^
foo.c:7:20: error: stray '\274' in program
    7 |  printf("%d ",len);
      |                    ^
foo.c:7:21: error: stray '\233' in program
    7 |  printf("%d ",len);
      |                     ^
foo.c:7:19: error: expected ';' before 'return'
    7 |  printf("%d ",len);
      |                   ^
      |                   ;
    8 |   return 0;
      |   ~~~~~~           
foo.c: In function 'main':
foo.c:13:5: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   13 |     gets(s1);
      |     ^~~~
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:14:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   14 |  gets(s2);
      |  ^~~~
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:13:5: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   13 |     gets(s1);
      |     ^~~~~~~~
foo.c:14:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   14 |  gets(s2);
      |  ^~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P2997 A8-1 字符串的输出函数
语言
C
递交时间
2022-01-08 14:43:42
评测时间
2022-01-08 14:43:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes