- 博客(40)
- 资源 (13)
- 收藏
- 关注
原创 L2-004. 这是二叉搜索树吗?
L2-004. 这是二叉搜索树吗? 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 一棵二叉搜索树可被递归地定义为具有下列性质的二...
2018-03-29 18:50:13
163
原创 L2-003. 月饼
L2-003. 月饼 时间限制 100 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 月饼是中国人在中秋佳节时吃的一种传统食品,不同地区有许多不同...
2018-03-29 17:30:26
124
原创 L1-039. 古风排版
L1-039. 古风排版 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 中国的古人写文字,是从右向左竖向排版的。本题就请你编写程...
2018-03-29 17:06:55
115
原创 L2-020. 功夫传人
L2-020. 功夫传人 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 一门武功能否传承久远并被发扬光大,是要看缘分的。一般来说...
2018-03-29 16:45:51
113
原创 L2-007. 家庭房产_2018_3_29
L2-007. 家庭房产 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 给定每个人的家庭成员和其自己名下的房产,请你统计出每个家...
2018-03-29 16:19:21
141
原创 L2-002. 链表去重_2018_3_29
L2-002. 链表去重 时间限制 300 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 给定一个带整数键值的单链表L,本题要求你编写程序,删除那...
2018-03-29 14:48:03
170
原创 1021. Deepest Root (25)_2018_3_25
1021. Deepest Root (25) 时间限制 1500 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue A graph ...
2018-03-25 11:24:14
167
原创 1020. Tree Traversals (25)_2018_3_24
1020. Tree Traversals (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Suppos...
2018-03-24 17:14:43
188
原创 1085. PAT单位排行 (25)+2018_3_24
1085. PAT单位排行 (25) 时间限制 500 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 每次 PAT 考试结束后,考试...
2018-03-24 16:06:51
227
原创 Evil Forest_2018_3_18
The Bear, king of the forest, loves painting very much. His masterpiece – “Back in time” is very famous around all over the forest. Recently he wants to hold a series painting competition to select th...
2018-03-18 15:19:11
323
原创 Rich Game_模拟+思维+2018_3_18
Rich GameTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 420 Accepted Submission(s): 172Problem Description One day, God Sheep would like to ...
2018-03-18 14:56:02
331
原创 Dogs and Cages_数学+2018_3_18
Jerry likes dogs. He has N dogs numbered 0,1,...,N−1. He also has N cages numbered 0,1,...,N−1. Everyday he takes all his dogs out and walks them outside. When he is back home, as dogs can’t recognize...
2018-03-18 14:44:44
387
原创 Subway Chasing_差分约束_2018_3_18
首先建图,l[]数组判断增环Subway ChasingTime Limit: 6000/3000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 336 Accepted Submission(s): 116Special JudgeProblem Description M...
2018-03-18 13:22:22
373
原创 THE MATRIX PROBLEM_差分约束_2018_3_18
这种写法就是判断负环L<=num[i][j]*b[j]/a[i]<=U#define c num[i][j]L/c<=b[j]/a[i]<=U/clog(L/c)<=log(b[j])-log(a[i])<=log(U/c)THE MATRIX PROBLEMTime Limit: 4000/2000 MS (Java/Others) Memory Lim...
2018-03-18 09:55:07
225
原创 Power Network_网络流基础题_2018_3_17
Power Network Time Limit: 5 Seconds Memory Limit: 32768 KB A power network consists of nodes (pow...
2018-03-17 16:49:50
304
原创 L3-014. 周游世界+dfs_2018_3_17
L3-014. 周游世界 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 周游世界是件浪漫事,但规划旅行路线就不一定了…… 全世界...
2018-03-17 11:14:30
405
原创 Conference_二分图_2018_3_15
On the upcoming conference were sent M representatives of country A and N representatives of country B ( M and N ≤ 1000). The representatives were ide...
2018-03-15 21:34:09
197
原创 106 miles to Chicago_floyd_2018_3_15
In the movie "Blues Brothers", the orphanage where Elwood and Jack were raised may be sold to the Board of Education if they do not pay 5000 dollars in taxes at the Cook Country Assessor'...
2018-03-15 20:55:57
163
原创 Domino Effect_图论_2018_3_15
Did you know that you can use domino bones for other things besides playing Dominoes? Take a number of dominoes and build a row by standing them on end with only a small distance in betwe...
2018-03-15 20:10:52
195
原创 Stockbroker Grapevine_floyd_2018_3_11
Stockbrokers are known to overreact to rumours. You have been contracted to develop a method of spreading disinformation amongst the stockbrokers to give your employer the tactical edge i...
2018-03-11 15:41:49
140
原创 Big Christmas Tree _spfa_2018_3_10
反复更新,直到没有d变化链式存边Christmas is coming to KCM city. Suby the loyal civilian in KCM city is preparing a big neat Christmas tree. The simple structure of the tree is shown in right picture.The tree can be ...
2018-03-10 14:39:17
157
原创 Alice’s Stamps_dp_2018_3_8
Alice likes to collect stamps. She is now at the post office buying some new stamps. There are N different kinds of stamps that exist in the world; they are numbered 1 through N. However, stamps are ...
2018-03-10 11:05:59
250
原创 Knight Moves_dfs_2018_3_10
A friend of you is doing research on the Traveling Knight Problem (TKP) where you are to find the shortest closed tour of knight moves that visits each square of a given set of n squares ...
2018-03-10 09:44:46
302
1
原创 L3-005. 垃圾箱分布 _最短路+条件筛选_2018_3_9
L3-005. 垃圾箱分布 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 大家倒垃圾的时候,都希望垃圾箱距离自己比较近,但是谁都...
2018-03-09 21:18:41
260
原创 L3-004. 肿瘤诊断_bfs_2018_3_8
L3-004. 肿瘤诊断 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 在诊断肿瘤疾病时,计算肿瘤体积是很重要的一环。给定病灶扫...
2018-03-08 22:11:52
222
原创 Longest Paths_floyd_2018_3_8
https://vjudge.net/problem/UVA-10000#include<iostream>#include<cstring>using namespace std;const int N=105;int g[N][N];int main(){ int n,z=1; while(~scanf("%d",&n),n){ int s;...
2018-03-08 21:21:36
162
原创 Minimum Transport Cost_floyd_2018_3_7
注意保存前驱的方式These are N cities in Spring country. Between each pair of cities there may be one transportation track or none. Now there is some cargo that should be delivered from one city to another. The...
2018-03-07 21:43:42
135
原创 Toll_逆推_思维_2018_3_7
https://vjudge.net/problem/UVALive-2730n!=-1#include<iostream>#include<map>#include<cstring>#include<algorithm>#include<vector>#include<cmath>using namespace ...
2018-03-07 20:24:27
205
原创 Arbitrage_map_floyd_2018_3_6
Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency. For example, suppose that 1 US Dollar bu...
2018-03-06 18:52:23
152
原创 Frogger_flody _2018_3_5
Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visit her, but since the water is dirty and full of ...
2018-03-05 21:51:47
134
原创 Highways_生成树2018_3_5
The island nation of Flatopia is perfectly flat. Unfortunately, Flatopia has no public highways. So the traffic is difficult in Flatopia. The Flatopian government is aware of this problem...
2018-03-05 20:48:44
128
原创 The Unique MST_生成树2018_3_5
Given a connected undirected graph, tell if its minimum spanning tree is unique. Definition 1 (Spanning Tree): Consider a connected, undirected graph G = (V, E). A spanning tree of...
2018-03-05 20:32:08
239
原创 Slim Span _枚举_生成树_2018_3_4
Given an undirected weighted graph G, you should find one of spanning trees specified as follows. The graph G is an ordered pair (V, E), where V is a set of vertices {v1, v2, …, vn}...
2018-03-04 22:17:33
156
原创 Truck History_prim_2018_3_4
Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are used for vegetable delivery, other for furniture, or for bricks. The company has its own code describing each...
2018-03-04 21:36:36
177
原创 Network_kruskal_2018_3_4
Andrew is working as system administrator and is planning to establish a new network in his company. There will be N hubs in the company, they can be connected to each other using cables....
2018-03-04 14:53:05
138
原创 Agri-Net _最小生成树_2018_3_4
Farmer John has been elected mayor of his town! One of his campaign promises was to bring internet connectivity to all farms in the area. He needs your help, of course. Farmer John...
2018-03-04 14:21:02
189
原创 Constructing Roads_最小生成树_2018_3_3
There are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to each other. We say two village A and B are connected, if ...
2018-03-03 22:16:36
138
原创 The Net_bfs
https://vjudge.net/problem/UVA-627##include<iostream>#include<string>#include<cctype>#include<vector>#include<queue> #include<stack>#include<cstring>us
2018-03-03 18:43:10
137
原创 Adjoin the Networks_思维,图论_2018_3_3
https://vjudge.net/problem/Gym-100781A##include<iostream>#include<cstdio>#include<algorithm>#include<cstring>using namespace std;const int N=1e5+10;int v[2*N],first[N],nx...
2018-03-03 12:41:33
241
原创 Graph Connectivity_图可达_2018_3_3
Let us consider an undirected graph G = < V, E >. At first there is no edge in the graph. You are to write a program to calculate the connectivity of two different vertices. ...
2018-03-03 10:56:00
392
IEEE 会议模板(2019.10).zip
2020-05-15
矩阵分析(第二版)(中文)Horn+数值分析复习
2019-01-18
数字设计与计算机体系结构(第二版)答案odd_one
2017-10-03
springer LNCS.zip
2020-02-01
Computer Organization and Design 5th ppt
2018-06-18
toefl og 4th
2019-02-10
Computer Organization and Design RISC-V Edition
2018-06-18
pytorch-master.zip
2020-01-17
HP Pavilion dv6官方拆机.zip
2020-01-30
第十届蓝桥杯大赛个人赛省赛(软件类)B组 G,H数据
2020-01-13
图像处理、分析与机器视觉(第四版).pdf
2019-05-30
WinSetupFromUSB.zip
2020-01-31
learning opencv3+make_your_own_neural_network.zip
2019-05-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人