Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:15:26: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[110]' [-Wformat=] while(~scanf("%s%s",&a,&b)) ^ /in/foo.cc:15:26: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[110]' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P1111 小胖的水果
- 语言
- C++
- 递交时间
- 2021-11-21 20:27:40
- 评测时间
- 2021-11-21 20:27:40
- 评测机
- 分数
- 100
- 总耗时
- 2ms
- 峰值内存
- 456.0 KiB