Wrong Answer
/in/foo.cc: In function 'std::__cxx11::string decrypt(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:9:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < A.length(); i++) {
                     ~~^~~~~~~~~~~~
/in/foo.cc:10: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 12:46:44
 - 评测时间
 - 2024-02-02 12:46:44
 - 评测机
 
- 分数
 - 15
 - 总耗时
 - 29ms
 - 峰值内存
 - 404.0 KiB