枚舉法--搭積木--藍橋杯

有兩種解法:一種不優化,就是一個全排列的問題,然後限制條件 1 #include <iostream> 2 #include <algorithm> 3 using namespace std; 4 int a[10]={0,1,2,3,4,5,6,7,8,9}; 5 int is() 6 { 7 if(a[0] < a[1] && a[0] < a[2] && a[1] <
相關文章
相關標籤/搜索