发表评论取消回复
相关阅读
相关 1033 机器作业
Description 有n个作业需要在一台机器上执行,一个时刻机器上只能执行一个作业,每个作业可在单位时间内完成,作业i有截止时间di,当作业i在截止时间被执行完,
相关 Ural 1078 segement
O(n^2)的动态规划的算法。 include <cstdio> include <cstring> include <cstdlib> in
相关 URAL--1007 codewords
三种信息传递过程中可能出错的方式,让你恢复原来正确的信息。 我用的是分类暴搜,用字符串模拟的,这里还是是可行的,不过debug快坑死了o(╯□╰)o...... 后面还有一
相关 URAL 1057 (数位dp)
问题描述: Create a code to determine the amount of integers, lying in the set \[ X; Y\] and
相关 URAL - 1056(DFS)
问题描述: Background Computer net is created by consecutive computer plug-up to one that h
相关 URAL 1036(数位dp)
问题描述: You are given a number 1 ≤ N ≤ 50. Every ticket has its 2 N-digit number. We call
相关 Ural 1033 Labyrinth(bfs)
Administration of the labyrinth has decided to start a new season with new wallpapers. F
相关 PAT乙级1033
1033 旧键盘打字 (20 分) 旧键盘上坏了几个键,于是在敲一段文字的时候,对应的字符就不会出现。现在给出应该输入的一段文字、以及坏掉的那些键,打出的结果文字会是怎样?
相关 URAL 1056. Computer Net
1056. Computer Net Time limit: 2.0 second Memory limit: 64 MB Background Computer
相关 URAL 1029
题目大意:M层N列的矩阵(各元素均为正整数),找出一个路径从第一层到达第M层,使得路径上的所有数的和是所有可达路径中最小的,每次上到下一层以后就不能再上去,依次输出路径上的各点
还没有评论,来说两句吧...