Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:17: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[20]' [-Wformat=] scanf("%s", &a); ^ /in/foo.cc:8:31: error: 'strlen' was not declared in this scope for (int i = 0; i < strlen(a); ++i) ^
信息
- 递交者
- 类型
- 递交
- 题目
- 0
- 语言
- C++
- 递交时间
- 2018-07-01 10:10:11
- 评测时间
- 2018-07-01 10:15:41
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes