摘要: 需要注意的一点: 当B的长度小于A的长度时,需要的B的前面补零。 include include include using namespace std; int main() { string str1, str2; cin str1 str2; int len1 = str1.length(); 阅读全文
posted @ 2019-02-28 11:39 Chance-Zou 阅读(352) 评论(0) 推荐(0)