CSU 1206: Card game 1208: Fibonacci sum 1211: 大整數開平方練習

1206: Card game #include<iostream> #include<cstdio> #include<cstring> using namespace std; double dp[55][55][650]; int a[55],b[55]; int check(char ch) { if(ch=='A') return 1; if(ch=='X'
相關文章
相關標籤/搜索