摘要:
方法: 逐位试商法。 测试点2: 被除数小于除数 #include <bits/stdc++.h> using namespace std; int main(){ string s; int b; cin>>s>>b; int a[1010],c[1010]; for(int i=0;i<s.si 阅读全文
posted @ 2024-04-15 16:08
YuKiCheng
阅读(12)
评论(0)
推荐(0)
摘要:
又臭又长 #include <bits/stdc++.h> using namespace std; struct node { string sno; int df; int cf; } s[10010]; vector<node> a,b,c,d;//三个批 bool cmp(node x1,n 阅读全文
posted @ 2024-04-15 15:11
YuKiCheng
阅读(7)
评论(0)
推荐(0)