Accepted

foo.cc: In function 'int main()':
foo.cc:8:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
    8 |  gets(s);
      |        ^
In file included from /usr/include/stdio.h:867,
                 from /usr/include/c++/9/cstdio:42,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:46,
                 from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.cc:8:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
    8 |  gets(s);
      |        ^
In file included from /usr/include/stdio.h:867,
                 from /usr/include/c++/9/cstdio:42,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:46,
                 from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.cc:6:28: warning: unused variable 'j' [-Wunused-variable]
    6 |  int s1=0,s2=0,s3=0,s4=0,i,j,n;
      |                            ^
foo.cc:8:6: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
    8 |  gets(s);
      |  ~~~~^~~
/usr/bin/ld: /tmp/cc3kKdoj.o: in function `main':
foo.cc:(.text.startup+0x2a): warning: the `gets' function is dangerous and should not be used.
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1077 字符统计
语言
C++
递交时间
2022-04-15 20:38:16
评测时间
2022-04-15 20:38:16
评测机
分数
100
总耗时
5ms
峰值内存
384.0 KiB