发表评论取消回复
相关阅读
相关 HDU 1035 Robot Motion(dfs + 模拟)
嗯... 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1035 这道题比较简单,但自己一直被卡,原因
相关 POJ 1573 Robot Motion
include <iostream> include <queue> include <vector> include <algorithm>
相关 POJ 2632 Crashing Robots【模拟】
include <iostream> using namespace std; define debug(x) cout<<x<<"
相关 <poj-1573>Robot Motion
Robot Motion <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS
相关 <poj-1573>Robot Motion
Robot Motion <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS
相关 <poj-2632>Crashing Robots
<table style="font-family:"Times New Roman""> <tbody> <tr> <td>
相关 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_
相关 Robot Motion
链接:http://poj.org/problem?id=1573 Problem Description: 机器人已经被编程以遵循其路径中的指示。机器人要移动的下一个方向
相关 POJ 2632 Crashing Robots(模拟)
[题目链接][Link 1] 题目大意:有一些机器人,给出了它们的初始位置以及朝向,再给出一些指令用来改变这些机器人的朝向或者位置,在所有指令完成之后,输出机器人的情况,有三
还没有评论,来说两句吧...