摘要: P1307 数字反转 题目链接:https://www.luogu.org/problem/P1307 代码 c++ include using namespace std; int main() { //freopen("in.txt","r",stdin); //freopen("out.txt 阅读全文
posted @ 2019-07-26 21:23 幽灵小一只 阅读(257) 评论(0) 推荐(0) 编辑
摘要: P1598 垂直柱状图 题目链接:https://www.luogu.org/problem/P1598 代码: c++ include using namespace std; int main() { //freopen("in.txt","r",stdin); //freopen("out.t 阅读全文
posted @ 2019-07-26 21:15 幽灵小一只 阅读(281) 评论(0) 推荐(0) 编辑