Round Numbers

  1 #include<cstdio> 2 #include<cstring> 3 #include<iostream> 4 #include<algorithm> 5 using namespace std; 6 7 int n,m; 8 int num[40],dp[40][80]; //表示第i個位置,0的個數減去1的個數的差值 9 10 int DFS(
相關文章
相關標籤/搜索