C++:将 Atbash 替换密码应用于文本字符串 test.hpp test.cpp test.hpp int main ( ); string atbash_encrypt ( string plain ); void atbash_test01 ( ); void atbash_test02