摘要:
https://www.dotcpp.com/oj/problem1475.html 题目描述 输入两个整数a和b,输出这两个整数的和。a和b都不超过100位。 算法描述 由于a和b都比较大,所以不能直接使用语言中的标准数据类型来存储。对于这种问题,一般使用数组来处理。 定义一个数组A,A[0]用于 阅读全文
posted @ 2021-01-18 22:09
longwind7
阅读(100)
评论(0)
推荐(0)
摘要:
https://www.dotcpp.com/oj/problem1474.html #include<iostream> using namespace std; void multiply(int x[], int t) { for (int i = 0; i < x[4999]; i++) x 阅读全文
posted @ 2021-01-18 16:46
longwind7
阅读(166)
评论(0)
推荐(0)

浙公网安备 33010602011771号