随笔分类 - pat
摘要: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 {
阅读全文
摘要:// pat1020.cpp: 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <queue> #include <iostream> using namespace std; struct node { int root; int start; int
阅读全文

浙公网安备 33010602011771号