Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:16:35: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[8]' [-Wformat=] scanf("%d %s\n",&Line,&Onw); ^ /in/foo.cc:25:45: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[3]' [-Wformat=] scanf(" %c %s %s\n",&I,&X,&Y); ^ /in/foo.cc:25:45: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'char (*)[3]' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P2029 时间复杂度
- 语言
- C++
- 递交时间
- 2019-06-26 01:43:53
- 评测时间
- 2019-06-26 01:43:53
- 评测机
- 分数
- 80
- 总耗时
- 17ms
- 峰值内存
- 216.0 KiB