POJ 1579 Function Run Fun

方程都給出來了,直接敲代碼就行了。html #include <stdio.h> #include <string.h> #include <algorithm> using namespace std; int dp[25][25][25]; int dfs(int a,int b,int c) { if(a<=0 || b<=0 || c<=0) return 1;
相關文章
相關標籤/搜索