Loading

摘要: 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 ( 阅读全文
posted @ 2021-01-14 20:03 longwind7 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-01-14 19:42 longwind7 阅读(117) 评论(0) 推荐(0) 编辑