问题陈述: 杭州电子科技大学HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1022问题解析: 栈(stack)的简单应用代码详解: 1 #include 2 #include 3 #include 4 #include 5 6 ...
分类:
其他好文 时间:
2015-03-05 14:43:48
阅读次数:
122
问题陈述: 杭州电子科技大学HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1015问题解析: 深度优先搜索(Depth_First Search)代码详解: 1 #include 2 #include 3 #include 4 #i...
分类:
其他好文 时间:
2015-03-05 12:15:26
阅读次数:
138
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the registered course list for each student who comes ...
分类:
其他好文 时间:
2015-03-04 12:58:12
阅读次数:
177
// FirstTest.cpp : 定义控制台应用程序的入口点。
//UUID是University Unique Identifier的缩写,它是一个128位的数字(16字节),不需要有一个中央认证机构就可以创建全国唯一的标示符。别名:GUID
#include "stdafx.h"
#include
#include
#include
#include
#include
#inc...
分类:
其他好文 时间:
2015-03-02 16:59:48
阅读次数:
142
Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each student, you are supposed to output the...
分类:
其他好文 时间:
2015-03-01 13:02:38
阅读次数:
153
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the ...
分类:
其他好文 时间:
2015-03-01 01:31:14
阅读次数:
180
1.-------------------------------------——Java语言是SUN(Stanford University Network,斯坦福大学网络公司)1995年推出的高级编程语言,是一种面向对象,安全可靠,与平台(操作系统)无关的编程语言——Java语言的三种技术架构:...
分类:
编程语言 时间:
2015-02-27 13:31:41
阅读次数:
149
Problem Description
There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierarchical structure of employees. It means that the superviso...
分类:
其他好文 时间:
2015-02-25 18:44:53
阅读次数:
143
Problem DescriptionAt the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the place where all possible announcements are...
分类:
其他好文 时间:
2015-02-24 11:28:39
阅读次数:
138
Time Limit:500MSMemory Limit:32768KBDescription?Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge).In this problem, yourtask is to calculat...