摘要:
瞎寫個(gè)數(shù)獨(dú)生成器,可選擇難度 #include <bits/stdc++.h> using namespace std ; int orign_map[10][10],ans_map[10][10]; int ans_cnt ; int pos_x[100],pos_y[100]; bool buc 閱讀全文
摘要:
開始存模板 快速排序 #include <cstdio> #include <algorithm> #include <iostream> using namespace std ; typedef long long ll ; const int maxN = 100010 ; int a[ ma 閱讀全文