Wrong Answer
/in/foo.cc: In function 'std::__cxx11::string decrypt(std::__cxx11::string, std::__cxx11::string)': /in/foo.cc:10:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < A.length(); i++) { ~~^~~~~~~~~~~~ /in/foo.cc:11:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (j < B.length() && A[i] == B[j]) { ~~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1556 Problem 8A. 兄妹的密文
- 语言
- C++
- 递交时间
- 2024-02-02 13:06:59
- 评测时间
- 2024-02-02 13:06:59
- 评测机
- 分数
- 15
- 总耗时
- 32ms
- 峰值内存
- 380.0 KiB