Time Exceeded

foo.cc: In function 'int main()':
foo.cc:8:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
    8 |  gets(a);
      |        ^
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(a);
      |        ^
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:6: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
    8 |  gets(a);
      |  ~~~~^~~
/usr/bin/ld: /tmp/cchsbGmO.o: in function `main':
foo.cc:(.text.startup+0x2b): warning: the `gets' function is dangerous and should not be used.
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1100ms ≥256.0 KiB
#2 Time Exceeded ≥1099ms ≥256.0 KiB

信息

递交者
类型
递交
题目
P1079 删除指定字符
语言
C++
递交时间
2022-04-15 20:58:39
评测时间
2022-04-15 20:58:39
评测机
分数
0
总耗时
≥2200ms
峰值内存
≥256.0 KiB