摘要: 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)
摘要: // 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)