码迷,mamicode.com
首页 >  
搜索关键字:nbut    ( 67个结果
[1027] 火焰纹章
[题目传送] http://djks.nbut.edu.cn:8090/JudgeOnline/problem.php?id=1027 [思路] 这题被多名小伙伴举报,举报理由是“有毒”,这种大模拟题,涉及了查询和修改等等操作的程序,往往需要大量的数据存储,一旦操作不好,就会操作错误。尽量使用数据封 ...
分类:其他好文   时间:2016-04-03 22:11:25    阅读次数:162
[1041] XX easy problem
[题目传送] http://djks.nbut.edu.cn:8090/JudgeOnline/problem.php?id=1041 [思路] 运用小学生的直觉,我们只能加一个括号,那么这个括号加的位置肯定要将“和”最大的一边,和乘法相结合,才可能有更好的结果。 例如: 原式:1+2+3*4+3* ...
分类:其他好文   时间:2016-04-03 22:10:17    阅读次数:189
NBUT 1624 死胡同(可以用搜索,也可以不用)
[1624] 死胡同时间限制: 1000 ms 内存限制: 65535 K问题描述 一个死胡同由排成一列的 n 个格子组成,编号从 1 到 n 。 实验室的“猪猪”一开始在1号格子,开始向前走,每步一格,并且每走 k 步会在当前的格子上打上记号(开始时,1号格子也有记号)。由于这是死胡同,每当“.....
分类:其他好文   时间:2015-11-25 11:24:59    阅读次数:197
NBUT 1120 线段树
inputq nq行 F a b或者Q a boutputface left face top face right可以用map或者线段树做 1 //map 2 #include 3 #include 4 using namespace std; 5 mapa; 6 int main() 7 {.....
分类:其他好文   时间:2015-11-22 20:25:15    阅读次数:190
NBUT 1457 B - Sona
同小Z的袜子,只是需要离散化,平方变成了立方//#include#include#include#include#include#define N 100010#define LL long longusing namespace std;struct node{ int l,r,id;};i...
分类:其他好文   时间:2015-10-09 13:52:30    阅读次数:121
NBUT 1451 Elise (map +并查集)
[1451] Elise 时间限制: 1000 ms 内存限制: 65535 K 问题描述 Elise is the Spider Queen. She has a skill, Spider Form(蜘蛛形态). When she transformed to the spider, there will be some small spiders arou...
分类:其他好文   时间:2015-08-25 23:46:02    阅读次数:238
[NBUT 1458 Teemo]区间第k大问题,划分树
裸的区间第k大问题,划分树搞起。#pragma comment(linker, "/STACK:10240000")#include #include #include #include #include #include #include #include #include #include #i...
分类:其他好文   时间:2015-08-21 23:08:10    阅读次数:225
[NBUT 1224 Happiness Hotel 佩尔方程最小正整数解]连分数法解Pell方程
题意:求方程x2-Dy2=1的最小正整数解思路:用连分数法解佩尔方程,关键是找出√d的连分数表示的循环节。具体过程参见:http://m.blog.csdn.net/blog/wh2124335/8871535当d为完全平方数时无解将√d表示成连分数的形式,例如:当d不为完全平方数时,√d为无理数,...
分类:移动开发   时间:2015-08-20 01:07:17    阅读次数:567
2010辽宁省赛 NBUT 1222 English Game【字典树+DP】
[1222] English Game 时间限制: 1000 ms 内存限制: 131072 K 链接:Click Here! 问题描述 This English game is a simple English words connection game. The rules are as follows: there are N English words...
分类:其他好文   时间:2015-08-18 22:46:04    阅读次数:262
NBUT 1220 SPY
[1220] SPY 时间限制: 1000 ms 内存限制: 131072 K 问题描述 The National Intelligence Council of X Nation receives a piece of credible information that Nation Y will send spies to steal Nation X’sconf...
分类:其他好文   时间:2015-08-18 21:28:24    阅读次数:234
67条   上一页 1 2 3 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!