摘要: #include <bits/stdc++.h> using namespace std; int main(){ int n,m; string x; cin>>n>>x>>m; string ant = to_string(stoi(x,0,n)); long i = 0,j = stoi(an 阅读全文
posted @ 2024-03-20 19:49 王一行(小号) 阅读(17) 评论(0) 推荐(0)