/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:24: error: 'strlen' was not declared in this scope
    7 |         for(int i=0; i<strlen(s); i++)
      |                        ^~~~~~
/in/foo.cc:3:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
    2 | #include <iomanip>
  +++ |+#include <cstring>
    3 | using namespace std;

信息

递交者
类型
递交
题目
P1011 逆反的01串
语言
C++
递交时间
2024-11-08 12:00:36
评测时间
2024-11-08 12:00:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes