发表评论取消回复
相关阅读
相关 HDU 1035 Robot Motion(dfs + 模拟)
嗯... 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1035 这道题比较简单,但自己一直被卡,原因
相关 POJ 2632 Crashing Robots【模拟】
include <iostream> using namespace std; define debug(x) cout<<x<<"
相关 POJ 2632-Crashing Robots(模拟-robot移动)
Crashing Robots <table> <tbody> <tr> <td><strong>Time Limit:</strong> 100
相关 HDU1035 Robot Motion
Problem Description ![hdu <wbr>1035 <wbr>Robot <wbr>Motion][hdu_wbr_1035_wbr_Robot_wbr_
相关 POJ 2632 Crashing Robots(模拟)
[题目链接][Link 1] 题目大意:有一些机器人,给出了它们的初始位置以及朝向,再给出一些指令用来改变这些机器人的朝向或者位置,在所有指令完成之后,输出机器人的情况,有三
相关 HDU 4840 ROBOT——XY射线、二分查找
题目来源[HDU 4840][] Problem Description In the near future, robots are going to transpo
相关 hdu 三部曲 Crashing Robots
Problem Description In a modernized warehouse, robots are used to fetch the goods. Care
相关 HDU 6669 Game(模拟)
题意:给出n个区间,初始位置可选,依次到达相应的区间,每次可以移动一格或两格,求最小步数。 分析:依次将所有区间取交集,然后就变成了一些不重合的区间,第一次可以选择区间
相关 HDU —— 2996 Pagination (模拟)
题目链接:[http://acm.hdu.edu.cn/showproblem.php?pid=2996][http_acm.hdu.edu.cn_showproblem.ph
还没有评论,来说两句吧...