短发y
短发y
全部文章
未归档
CF(1)
博弈SG函数(2)
博弈进阶(3)
构造题(1)
简单博弈(7)
归档
标签
去牛客网
登录
/
注册
短发
我也有一壶酒,也可以慰风尘
全部文章
/ 未归档
(共148篇)
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
Billboard (线段树---详解)
At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the place wher...
2018-05-29
0
490
Buy Tickets (线段树----容易理解的方法)
Railway tickets were difficult to buy around the Lunar New Year in China, so we must get up early and join a long queue… The Lunar New Year was appro...
2018-05-26
0
401
首页
上一页
5
6
7
8
9
10
11
12
13
14
下一页
末页