码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
1.game.h
game.h ...
分类:其他好文   时间:2020-02-03 12:03:34    阅读次数:65
Educational Codeforces Round 73
唉,又是掉分的一场比赛... A. 2048 Game 题意:给出一个数组,问能不能通过一系列操作(将数组中的两个数相加变成另一个数),使得数组中包含2048,数组中的数全是2的指数,可以则输出YES 思路:只要有两个数比2048小且一样,则合并,直至不存在两个数一样且比2048小,之后看看数组中是 ...
分类:其他好文   时间:2020-02-02 23:20:29    阅读次数:74
Web_XML
第1章 XML简介 “当 XML(扩展标记语言)于 1998 年 2 月被引入软件工业界时,它给整个行业带来了一场风暴。有史以来第一次,这个世界拥有了一种用来结构化文档和数据的通用且适应性强的格式,它不仅仅可以用于 Web,而且可以被用于任何地方。” --《Designing With Web St ...
分类:Web程序   时间:2020-02-01 23:17:52    阅读次数:97
Parity game POJ - 1733 带权并查集
#include<iostream> #include<algorithm> #include<cstdio> using namespace std; const int N=10010<<1; struct node { int l,r,ans; } q[N]; int a[N],fa[N],d ...
分类:其他好文   时间:2020-02-01 21:18:27    阅读次数:74
凉脾的比赛补题
B - Game of Throwns Kattis - throwns 这道题目理解起来简单,但上手就会发现有很多小细节,如果疏忽,将导致错误。细节之一:学生的编号是0至n-1,而非1至n。 容易处理的细节:判断输入的是数字还是undo,可以直接判断输入的字符串的第一个字符是否为‘u’。若不是,则 ...
分类:其他好文   时间:2020-02-01 19:13:22    阅读次数:96
Codeforces Round #167 (Div. 1) E. Dima and Game
一个 $(l,r)$ 有两个后继,所以 sg 值最大只有 2,$r-l+1$ 相等的 pair 的 sg 值相同,那么就枚举 $d=r -l+1$,对于一个 $d$ 很容易求有多少对 $(l,r)$ 满足 $r-l+1=d$ 打表发现 $d$ 的 sg 值最多只有 100 段。 设 $g_i$ 表示 ...
分类:其他好文   时间:2020-02-01 17:51:58    阅读次数:86
HDoj 1002 A + B Problem II
Problem DescriptionI have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. InputThe first line of ...
分类:其他好文   时间:2020-02-01 16:13:15    阅读次数:69
更换pip国内源
pip国内的一些镜像 阿里云 https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 ...
分类:其他好文   时间:2020-02-01 14:41:09    阅读次数:65
Windows ftp模块搭建
filezilla下载地址:https://filezilla-project.org/ 安装,按照提示安装 用户配置: 创建3个用户web、game、control 密码都为:456123 设置共享目录: Web:D:\www\GameFront Game:D:\game Control:D:\w ...
分类:Windows程序   时间:2020-02-01 12:17:40    阅读次数:86
FZU-Problem 2150 Fire Game(两点bfs)
Fat brother and Maze are playing a kind of special (hentai) game on an N*M board (N rows, M columns). At the beginning, each grid of this board is con ...
分类:其他好文   时间:2020-02-01 12:13:21    阅读次数:75
11903条   上一页 1 ... 88 89 90 91 92 ... 1191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!