Compile Error
/in/foo.cc: In function 'void fanzhuan(char*)':
/in/foo.cc:35:19: error: 'strlen' was not declared in this scope
  int na = strlen(a), tem = 0;
                   ^
/in/foo.cc:39:3: error: 'tem' was not declared in this scope
   tem = a[left];
   ^~~
/in/foo.cc: In function 'void Add(char*, char*, char*)':
/in/foo.cc:52:19: error: 'strlen' was not declared in this scope
  int na = strlen(a);
                   ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1306 C. Multiple of k
 - 比赛
 - 2021年互联网创新创业科技节程序设计大赛
 - 语言
 - C++
 - 递交时间
 - 2021-12-23 19:13:46
 - 评测时间
 - 2021-12-23 19:13:46
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes