Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:10:33: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[100000]' [-Wformat=] scanf("%d %s %s",&n, &ch1, &ch2); ~~~~ ^ /in/foo.cc:10:33: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'char (*)[100000]' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- 2-2 语言的起点
- 比赛
- 课程赛事 2018/12/1
- 语言
- C++
- 递交时间
- 2018-12-01 08:12:32
- 评测时间
- 2018-12-01 08:12:32
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 332.0 KiB