摘要:
#include #include using namespace std; int main() { string a,b,c; int carry; while(cin>>a>>b) { string ans; int flag=0; int i,j,k; int add1,add2,sum; ... 阅读全文
posted @ 2018-07-05 15:44
CJjiqirenqiu
阅读(111)
评论(0)
推荐(0)
摘要:
#include #include using namespace std; int main() { string a,b,c; int carry; while(cin>>a>>b) { string ans; int flag=0; int i,j,k; int add1,add2,sum; ... 阅读全文
posted @ 2018-07-05 15:43
CJjiqirenqiu
阅读(131)
评论(0)
推荐(0)
摘要:
#include #include using namespace std; int main() { string a,b; string ans; while(cin>>a>>b) { int carry; int i,j,k; int add1,add2,sum; i=a.size()-1; ... 阅读全文
posted @ 2018-07-05 15:42
CJjiqirenqiu
阅读(113)
评论(0)
推荐(0)
摘要:
#include using namespace std; int a[500][500],b[500][400],m,n,c[5200][501]; double x,y; int main() { cin>>n>>m; for(int i=1;i>a[i][j]; } for(int i=1;i>b[i][j]; } for(int i=1;i<=n;i++) { for... 阅读全文
posted @ 2018-07-05 15:40
CJjiqirenqiu
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号