Runtime Error
/in/foo.c: In function 'main': /in/foo.c:8:13: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[100]' [-Wformat=] scanf("%s", &A); ^ /in/foo.c:9:13: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[100]' [-Wformat=] scanf("%s", &B); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2-2 语言的起点
- 比赛
- 2023年新生赛(第三场)
- 语言
- C
- 递交时间
- 2023-09-09 20:41:39
- 评测时间
- 2023-09-09 20:41:39
- 评测机
- 分数
- 60
- 总耗时
- 6ms
- 峰值内存
- 324.0 KiB