Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:12:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[1000]' [-Wformat=] scanf("%s",&s1); ^ /in/foo.c:13:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[1000]' [-Wformat=] scanf("%s",&s2); ^
信息
- 递交者
- 类型
- 自测
- 题目
- P2997 A8-1 字符串的输出函数
- 语言
- C
- 递交时间
- 2022-01-08 12:30:16
- 评测时间
- 2022-01-08 12:30:16
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 228.0 KiB