摘要: 1 #include <bits/stdc++.h> //大数相加 2 using namespace std; 3 4 int main() 5 { 6 string a, b, res; 7 cin >> a >> b; 8 int i, k, inc, lena, lenb, temp; 9 阅读全文
posted @ 2019-01-29 22:02 凝视深空 阅读(172) 评论(0) 推荐(0) 编辑