发表评论取消回复
相关阅读
相关 快速排序(板子?)
给定你一个长度为n的整数数列。 请你使用快速排序对这个数列按照从小到大进行排序。 并将排好序的数列按顺序输出。 输入格式 输入共两行,第一行包含整数 n。
相关 taijin板子
include<bits/stdc++.h> using namespace std; int intdex,low[10000],dfn[10000]
相关 [板子]快速读入
iostream ios::sync_with_stdio(false); cin.tie(0); } getchar() 版 // for In
相关 dijkstra板子
include<iostream> include<queue> include<memory.h> using namespace std;
相关 kruskal板子
include<iostream> include<algorithm> using namespace std; typedef long l
还没有评论,来说两句吧...