Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:11:33: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'int' [-Wformat=] scanf("%s%s%s",&a[1],&b[1],c[1]); ^ /in/foo.cc:42:21: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int' [-Wformat=] printf("%s",ans[1]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1752 潜伏者
- 语言
- C++
- 递交时间
- 2019-04-03 17:14:22
- 评测时间
- 2019-04-03 17:14:22
- 评测机
- 分数
- 30
- 总耗时
- 15ms
- 峰值内存
- 208.0 KiB