摘要:
模版大全!!模板大全!! 今天无事,整理整理自己写过的模版 以后会经常更新模版哦! 冒泡排序(从小到大) P1177 【模板】排序 #include <bits/stdc++.h> using namespace std; int n, a[100005]; int main(){ cin >> n 阅读全文
摘要:
暴搜!! 暴搜!! 暴搜!! 重要的事情说三遍 #include <bits/stdc++.h> using namespace std; const int N = 25; int n, ans, use[N]; string s, word[N]; void dfs(string s){ int 阅读全文