短发y
短发y
全部文章
分类
CF(1)
博弈SG函数(2)
博弈进阶(3)
未归档(148)
构造题(1)
简单博弈(7)
归档
标签
去牛客网
登录
/
注册
短发
我也有一壶酒,也可以慰风尘
全部文章
(共162篇)
简单迷宫 POJ-3984
定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, }; 它表示一个迷宫,其中的1表示墙壁,0表示可以走的路,只...
2018-07-12
0
297
Codeforces Round #496 (Div. 3)--D. Polycarp and Div 3(emm.... 难受~~,数学题)
D. Polycarp and Div 3 time limit per test 3 seconds memory limit per test 256 megabytes input standard input ...
2018-07-12
0
328
Codeforces Round #496 (Div. 3)--C. Summarize to the Power of Two(没错!用的map!!,哇咔咔咔~~)
C. Summarize to the Power of Two time limit per test 3 seconds memory limit per test 256 megabytes input standard ...
2018-07-11
0
426
谁能赢呢?(简单博弈)
小明和小红经常玩一个博弈游戏。给定一个 n × n 的棋盘,一个石头被放在棋盘的左上角。他们轮流移动石头。每一回合,选手只能把石头向上,下,左,右四个方向移动一格,并且要求移动到的格子之前不能被访问过。谁不能移动石头了就算输。假如小明先移动石头,而且两个选手都以最优策略走步,问最后谁能赢? Inp...
2018-07-11
0
423
Codeforces Round #496 (Div. 3)--B. Delete from the Left(哇咔咔~~还是有vector的写法)
B. Delete from the Left time limit per test 1 second memory limit per test 256 megabytes input standard input ...
2018-07-11
0
541
Codeforces Round #496 (Div. 3)--A. Tanya and Stairways(初次尝试用vector,哇咔咔咔~~)
A. Tanya and Stairways time limit per test 1 second memory limit per test 25...
2018-07-11
0
388
尺取法 and 二分加前缀和
A sequence of N positive integers (10 < N < 100 000), each of them less than or equal 10000, and a positive integer S (S < 100 000 000) are g...
2018-07-10
0
338
数据库
关系模型中有三类完整性约束:实体完整性、参照完整性 和 用户定义的完整性 关系代数中专门的关系运算包括:选择、投影、除和 连接。 数据库范式的好处:1.减少数据冗余2.消除异常 数据模型:层次,关系和网状 .DBMS 的基本工作单位是事务,它是用户定义的一组逻辑一致的程序序列;并发控制的主 要方法...
2018-07-05
0
369
表达式求值课程设计
用到栈和队列 , 判断大小以及求值 下面代码: #include<stdio.h> #include<string.h> #include <conio.h> #include<stdlib.h> #include <string> #in...
2018-06-25
0
380
校园导航课程设计
以下是代码(本可以更简洁(119行代码),然而。。。。。。): 只用到迪杰斯特拉算法和记录路径 #include <bits/stdc++.h> #include <conio.h> #include <stdlib.h> #include <window...
2018-06-25
0
338
首页
上一页
5
6
7
8
9
10
11
12
13
14
下一页
末页