Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:19:20: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[105]' [-Wformat=] scanf("%s%s",&k,&c); ^ /in/foo.cc:19:20: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[1005]' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P1778 vigenere密码
- 语言
- C++
- 递交时间
- 2017-11-10 00:11:37
- 评测时间
- 2017-11-10 00:11:37
- 评测机
- 分数
- 100
- 总耗时
- 49ms
- 峰值内存
- 384.0 KiB