The Czech Technical University is rather old — you already know that it celebrates 300 years of its existence in 2007. Some of the university building ...
分类:
其他好文 时间:
2018-08-02 22:51:32
阅读次数:
190
与上一道题:HDU1885 - Key Task基本没什么两样 ...
分类:
其他好文 时间:
2016-11-18 18:25:02
阅读次数:
243
与HDU1429大致一样。
代码:
#include
#include
#include
#include
#include
using namespace std;
const int MAX=100+10;
struct point
{
int x,y,step,state;
point(int x=0,int y=0,int step=0,int state=0):x(x...
分类:
其他好文 时间:
2016-05-13 00:50:33
阅读次数:
157
Key Task
Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1529 Accepted Submission(s): 631Problem Description
The Czech Technical Universit...
分类:
其他好文 时间:
2015-07-31 12:58:20
阅读次数:
177