Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:12:23: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[1005]' [-Wformat=] scanf("%s%s",&s1,&s2); ^ /in/foo.cc:12:23: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[1005]' [-Wformat=] /in/foo.cc:14:7: warning: unused variable 'tot' [-Wunused-variable] int tot=0; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2000 A x B Problem
- 语言
- C++
- 递交时间
- 2022-01-29 18:04:56
- 评测时间
- 2022-01-29 18:04:56
- 评测机
- 分数
- 10
- 总耗时
- 72ms
- 峰值内存
- 4.566 MiB