PAT1048 數字加密 (20 分)

題目 易錯點:如果字符串a>b,要把b前面補0,並且這些0要參與運算。但是題目中並沒有說明啊??? 代碼 #include<iostream> #include<string> using namespace std; int main() { string strA; string strB; cin >> strA >> strB; int lenA = strA.length()
相關文章
相關標籤/搜索