摘要:
测试点2应该是只输入1对并且是一个常数,如3 0这种。应该输出0 0。 #include <bits/stdc++.h> using namespace std; vector<int> a,b;//系数 指数 int main(){ int xs,zs; while(cin>>xs>>zs){ a 阅读全文
posted @ 2024-04-13 15:47
YuKiCheng
阅读(9)
评论(0)
推荐(0)