摘要:
http://lx.lanqiao.cn/problem.page?gpid=T48 #include<iostream> using namespace std; int main() { int sum; cin >> sum; int x1, x2, x3, x4, x5, x6; for ( 阅读全文
摘要:
http://lx.lanqiao.cn/problem.page?gpid=T49 #include<iostream> #include<string.h> using namespace std; char inttochar(int x) { if (x >= 0 && x <= 9) re 阅读全文