摘要: A:A-B 简单的的高精度减法,数组模拟算术减法即可,注意范围。 #include<bits/stdc++.h> using namespace std; const int N = 1e6; int a[N], b[N], c[N]; int main() { string s1, s2; cin 阅读全文
posted @ 2025-11-25 22:05 河南工业大学算法协会 阅读(120) 评论(0) 推荐(0)