会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lithium2020
博客园
首页
新随笔
联系
订阅
管理
2020年2月16日
pat甲级1023
摘要: 1 #include <cstring> 2 #include <iostream> 3 #include <algorithm> 4 using namespace std; 5 int book[10]; 6 char num[22], result[22]; 7 int main() 8 {
阅读全文
posted @ 2020-02-16 21:15 Lithium2020
阅读(146)
评论(0)
推荐(0)
2020年2月13日
pat甲级1020的一种简单解法
摘要: // pat1020.cpp: 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <queue> #include <iostream> using namespace std; struct node { int root; int start; int
阅读全文
posted @ 2020-02-13 21:24 Lithium2020
阅读(162)
评论(0)
推荐(0)
公告