Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:9:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < password.length(); i++) { // 遍历每个字符 ^ /in/foo.cc:14:26: warning: array subscript is below array bounds [-Warray-bounds] cout << num[c-'a'+1]; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1728 H-King的密码
- 语言
- C++
- 递交时间
- 2023-03-30 19:02:04
- 评测时间
- 2023-03-30 19:02:04
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 200.0 KiB