Wrong Answer
/in/foo.cc: In function 'void solve()': /in/foo.cc:28:17: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10]' [-Wformat=] scanf("%s",&c); ^ /in/foo.cc:32:21: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10]' [-Wformat=] scanf("%s",&Char); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2029 时间复杂度
- 语言
- C++
- 递交时间
- 2018-10-08 15:17:48
- 评测时间
- 2018-10-08 15:17:48
- 评测机
- 分数
- 20
- 总耗时
- 56ms
- 峰值内存
- 768.0 KiB