摘要:
思路在代码注释中 代码如下 #include<iostream> using namespace std; const int MAXN = 100 + 5; struct Node //很明显是一个队列问题,很喜欢手撸队列(因为没学STL ,orz { int num; //用来保存数字( 1 ~ 阅读全文
posted @ 2020-09-20 19:41
goalltheway
阅读(142)
评论(0)
推荐(0)
浙公网安备 33010602011771号