
游戏决策
轩怡沫
这个作者很懒,什么都没留下…
展开
-
uva 10056 - What is the Probability ?
#include#include#includeusing namespace std;#define eps 1e-9int main(){ int s; cin>>s; int n, player; double p; while(s--) { cin>>n>>p>>player; double原创 2013-06-19 21:17:09 · 680 阅读 · 0 评论 -
uva 11111 - Generalized Matrioshkas
#include #include #include #include #include #include using namespace std;int stk[10000010], s[10000010];int main(){ int a, error = 0, top = 0; char b; while(scanf("%d%c", &a, &b)原创 2013-06-16 18:57:38 · 523 阅读 · 0 评论