P1303 A*B Problem(高精度)
P1303 A*B Problem - 洛谷 | 计算机科学教育新生态 (luogu.com.cn)
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int a[10000], b[10000], c[10000];
int main() {
string s1, s2;
cin >> s1 >> s2;
for (ll i = 1; i <= s1.size();
原创
2022-03-18 20:55:38 ·
111 阅读 ·
0 评论