Alphabay Dream Market Valhalla (Silkkitie) Hansa Market Outlaw Market Python Market Acropolis Market Silk Road 3.0 Tochka House Of Lions Zocalo Market ...
分类:
其他好文 时间:
2017-04-17 22:15:57
阅读次数:
2010
【题目链接】 http://www.lydsy.com/JudgeOnline/problem.php?id=1116 【题目大意】 Byteotia城市有n个towns,m条双向roads.每条road连接两个不同的towns, 没有重复的road.你要把其中一些road变成单向边使得:每个tow ...
分类:
其他好文 时间:
2017-04-16 20:38:27
阅读次数:
162
例题9.1 NO.:10101name:Li Linsex:Maddress:123 Beijing Road Process exited after 0.02924 seconds with return value 0请按任意键继续. . . 例题9.2 10101 Wang 8910103 ...
分类:
其他好文 时间:
2017-04-10 23:06:50
阅读次数:
303
#include<stdio.h> int main() { struct Student { long int num; char name[20]; char sex; char addr[20]; } a={10101,"lilin",'M',"123 Bei Jing Road"}; pri ...
分类:
其他好文 时间:
2017-04-10 20:27:34
阅读次数:
174
NO.:1name:这种重中之重sex:Maddress:123 Beijng Road 进程退出返回值 0 (0x0) 运行时间 : 0.750 秒按任意键继续... 1 w 85 2 p 96 The higher score is: 2 p 96.00 Process exited after ...
分类:
其他好文 时间:
2017-04-10 16:46:12
阅读次数:
177
1 结果: num:10101 name:LiLin sex:M addr:123 bei jing road Process exited after 0.4208 seconds with return value 50 请按任意键继续. . . 2 结果: 001 ke 77 002 fe 9 ...
分类:
其他好文 时间:
2017-04-09 23:29:08
阅读次数:
318
例9.1: NO.:1name:Yu Jinchisex:Maddress:Beijing Road Process exited after 0.104 seconds with return value 0请按任意键继续. . . 例9.2: 01 yujinchi 66602 pipixia ...
分类:
其他好文 时间:
2017-04-09 11:31:20
阅读次数:
157
NO.:10101name:LI LINsex:Mnaddress:123 BEIJING ROAD Process exited after 0.004917 seconds with return value 0请按任意键继续. . . ...
分类:
其他好文 时间:
2017-04-09 10:46:58
阅读次数:
243
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5669 【分析】线段树建树+分层图最短路 ...
分类:
其他好文 时间:
2017-03-29 18:41:29
阅读次数:
217
The kingdom of Olympia consists of N cities and M bidirectional roads. Each road connects exactly two cities and two cities can be connected with more ...
分类:
其他好文 时间:
2017-03-27 22:58:10
阅读次数:
616