记录详情

Accepted

foo.c: In function 'main':
foo.c:6:3: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    6 |   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:7:3: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    7 |   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:8:19: warning: implicit declaration of function 'Count'; did you mean 'count'? [-Wimplicit-function-declaration]
    8 |  printf("%d %d\n",Count(s1),Count(s2));
      |                   ^~~~~
      |                   count
foo.c: In function 'Count':
foo.c:18:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   18 |  if ((*s>='a')&&(*s<='z'))
      |  ^~
foo.c:20:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   20 |   s++;
      |   ^
foo.c: In function 'main':
foo.c:6:3: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
    6 |   gets(s1);
      |   ^~~~~~~~
foo.c:7:3: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
    7 |   gets(s2);
      |   ^~~~~~~~
/usr/bin/ld: /tmp/cc3Jc293.o: in function `main':
foo.c:(.text.startup+0x4d): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 256.0 KiB

信息

递交者
类型
递交
比赛
中北 计算机2021级专业修读指导(4)
语言
C
递交时间
2021-12-23 16:55:26
评测时间
2021-12-23 16:55:26
评测机
分数
100
总耗时
12ms
峰值内存
384.0 KiB