Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:59:31: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'int*' [-Wformat=] scanf("%d%s", q+i, names[i]); ^ /in/foo.cc:71:28: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=] printf("%s\n", names[ind]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2003 玩具谜题
- 语言
- C++
- 递交时间
- 2018-09-16 00:42:34
- 评测时间
- 2018-09-16 00:42:34
- 评测机
- 分数
- 100
- 总耗时
- 397ms
- 峰值内存
- 9.875 MiB