09 2020 档案

摘要:#include<iostream>#include<stack>template <class T> class node { public: T data; int height; node<T>* left; node<T>* right; node() { left = nullptr; r 阅读全文
posted @ 2020-09-26 19:48 _comet 阅读(299) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> using namespace std; template <class T> class Node{ public: Node<T>* next; Node<T>* prev; T data; Node() { next = nullptr; prev = n 阅读全文
posted @ 2020-09-20 10:30 _comet 阅读(686) 评论(0) 推荐(0) 编辑
摘要:题目 Problem Description Recently kiki has nothing to do. While she is bored, an idea appears in his mind, she just playes the checkerboard game.The siz 阅读全文
posted @ 2020-09-09 16:20 _comet 阅读(107) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示