码迷,mamicode.com
首页 >  
搜索关键字:playing a game    ( 5937个结果
4.20 nanchang 回顾
Greedy HOUHOU 没想到用树来管理这些给出的数据 不是很能看得懂题目的要求 Angry FFF Party 不会利用斐波那契解题 Match Stick Game 完全没想到用动态规划来解 Distance on the tree 不会写主席树 More xor 题读了很多遍都没读懂,一直 ...
分类:其他好文   时间:2019-04-22 00:52:21    阅读次数:135
poj1733 Parity Game(扩展域并查集)
描述 Now and then you play the following game with your friend. Your friend writes down a sequence consisting of zeroes and ones. You choose a continuou ...
分类:其他好文   时间:2019-04-21 20:34:17    阅读次数:259
Gym - 100796I:Shell Game(圆台的最大内接球半径)
pro:如题。给定上圆半径r,下圆半径R,高度h。问最大内接球半径。 sol:由对称性,我们放到二维来看,即给这么一个梯形,问最大内接圆半径。 证明:如果是一个三角形的内接圆C,他内切于三边。 现在这个梯形,其内接圆要么切于对应的三角形。要么切于上下底。 所以取min即可。 ...
分类:系统相关   时间:2019-04-21 20:16:37    阅读次数:178
逆向-攻防世界-(1-3)
一、re1 随便输一串数字测试,返回关键字符串。 打开OD载入程序,智能搜索,看到flag,直接提交。 二、game 程序是一个小游戏,如果有游戏天赋的话,玩过关就拿到flag了。 用IDA打开程序,搜索字符串(shift+f12), 进入这个字符串所在的函数, 看到关键算法,写一个python脚本 ...
分类:其他好文   时间:2019-04-21 15:59:49    阅读次数:1761
HDU-6500 Problem A. Game with string
1 #include 2 #define _for(i,a,b) for(int i = (a);i > tmp) 9 { 10 int sz = tmp.size(); 11 12 int m; 13 scanf("%d",&m); 14 int sum = 0; 15 _for(i,0,m) 1... ...
分类:其他好文   时间:2019-04-21 09:33:04    阅读次数:223
Cocos Creator 入门
Cocos Createor 资源 略 场景 1. 节点树 2. 节点与组件 3. 坐标系 脚本 1. 组件声明,生命周期回调 2. 节点访问 + 直接创建 + 克隆已有节点 + 创建预制 + 销毁节点 只是从父节点移除(可能移动到其他节点下面),不会释放内存 + 访问组件/节点 + 全局模块 3. ...
分类:其他好文   时间:2019-04-21 09:23:42    阅读次数:1004
[CodeForces 1141A] Game 23
题目链接:http://codeforces.com/problemset/problem/1141/A 首先,nn一定要是mm的倍数。否则就无法转换,输出 1; 然后令k=.\frac{m}{n} ,即k=.\frac{m}{n} . 将k 分解质因数,若分解结果是k=.\frac{m}{n} , ...
分类:其他好文   时间:2019-04-20 22:53:25    阅读次数:182
PAiC++ April 10, 2019 Boggle Game
PAiC++ April 10, 2019Assignment 4 : Boggle GameThe Game of BoggleThe Boggle board is a 4x4 grid onto which you shake and randomly distribute 16 dice. ...
分类:编程语言   时间:2019-04-19 19:48:58    阅读次数:163
Centos7 Jenkins日志过大
df 查看 占用 继续 sudo du ah max depth=1 16G 原因: 因为DNS查询错误,返回了所有的日志数据,解决方法: 【系统管理】=》【system log】= 【日志级别】=》【Name: javax.jmdns,Level: off】 ...
分类:其他好文   时间:2019-04-19 18:16:34    阅读次数:205
【LeetCode每天一题】Jump Game(跳跃游戏)
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu ...
分类:其他好文   时间:2019-04-19 11:51:05    阅读次数:141
5937条   上一页 1 ... 72 73 74 75 76 ... 594 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!