Compile Error
foo.cc: In destructor 'name::~name()': foo.cc:12:37: error: 'strlen' was not declared in this scope 12 | for (int i = 0; i < strlen(text); i++) | ^~~~~~ foo.cc:3:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'? 2 | #include <vector> +++ |+#include <cstring> 3 | using namespace std;
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1335 OO9-2 组合了人类的人群类的始终
- 语言
- C++
- 递交时间
- 2023-05-26 21:30:38
- 评测时间
- 2023-05-26 21:30:38
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes