10 2013 档案

hduoj----(1033)Edge
摘要:Edge Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 1590Accepted Submission(s): 1040 Problem DescriptionFor products that are wrapped in small packings it is necessary that the sheet of paper containing the directions for use is folded until its 阅读全文

posted @ 2013-10-28 23:18 龚细军 阅读(267) 评论(0) 推荐(0) 编辑

HDUOJ----(1031)Design T-Shirt
摘要:Design T-ShirtTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4370 Accepted Submission(s): 2124 Problem DescriptionSoon after he decided to design a T-shirt for our Algorithm Board on Free-City BBS, XKA found that he was trapped by all kinds of s 阅读全文

posted @ 2013-10-27 23:11 龚细军 阅读(313) 评论(0) 推荐(0) 编辑

HDUOJ----(1030)Delta-wave
摘要:Delta-waveTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4684Accepted Submission(s): 1777 Problem DescriptionA triangle field is numbered with successive integers in the way shown on the picture below.The traveller needs to go from the cell with 阅读全文

posted @ 2013-10-27 19:09 龚细军 阅读(271) 评论(0) 推荐(0) 编辑

本本如何快速设置无线路由....,让其他人使用...
摘要:1、使用管理员身份运行CMD2、使用命令netsh wlan set hostednetwork mode=allow ssid=建立的无线网名称最好是英文 key=8位数字(是无线网密码) 例:netshwlan set hostednetwork mode=allow ssid=xiaozhou key=888888883、打开网络共享中心--左边第二项好像是更改适配器,里面会多出一个microsoft虚拟无线连接,右击本地连接(已经连到互连网的那个),选择属性,选择共享,勾上“允许其他网络用户通过此计算机的INTERNET连接来连接”,选择网卡时选择多出来的虚拟无线网卡,单击确定4、输入 阅读全文

posted @ 2013-10-26 11:23 龚细军 阅读(223) 评论(0) 推荐(0) 编辑

HDUOJ---What Are You Talking About
摘要:What Are You Talking AboutTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 102400/204800 K (Java/Others) Total Submission(s): 10963Accepted Submission(s): 3521 Problem DescriptionIgnatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Marti 阅读全文

posted @ 2013-10-24 22:54 龚细军 阅读(313) 评论(0) 推荐(0) 编辑

HDUOJ-----(1251)统计难题
摘要:统计难题Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others) Total Submission(s): 14434 Accepted Submission(s): 6219 Problem ... 阅读全文

posted @ 2013-10-19 11:45 龚细军 阅读(267) 评论(0) 推荐(0) 编辑

HDUOJ-----1541 Stars
摘要:StarsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3680Accepted Submission(s): 1449 Problem DescriptionAstronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level of 阅读全文

posted @ 2013-10-16 22:07 龚细军 阅读(295) 评论(0) 推荐(0) 编辑

HDUOJ--------(1198)Farm Irrigation
摘要:Farm IrrigationTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4491 Accepted Submission(s): 1947 Problem DescriptionBenny has a spacious farm land to irrigate. The farm land is a rectangle, and is divided into a lot of samll squares. Water pipes 阅读全文

posted @ 2013-10-16 01:29 龚细军 阅读(403) 评论(0) 推荐(0) 编辑

NYOJ-------三角形
摘要:Problem A三角形时间限制:1000 ms | 内存限制:65535 KB描述在数学中,如果知道了三个点的坐标,我们就可以判断这三个点能否组成一个三角形;如果可以组成三角形,那么我们还可以求出这个三角形的面积。作为一个大学生,如果给你三个点的坐标,你能快速判断出这三个点能组成一个三角形吗?如果可以组成三角形,你能快速求出三角形的面积吗?输入第一行输入一个整数N(1 ≤ N ≤ 100),表示有N组测试数据。 接下来有N行,每行包括六个数x1,y1,x2,y2,x3,y3,分别代表三个点的坐标。 (0 ≤ x1,y1,x2,y2,x3,y3 ≤ 15)输出根据点的坐标判断这三个点能不能组成 阅读全文

posted @ 2013-10-14 19:53 龚细军 阅读(593) 评论(0) 推荐(0) 编辑

HDUOJ-------(1022)Train Problem I
摘要:Train Problem ITime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 16859Accepted Submission(s): 6300 Problem DescriptionAs the new term comes, the Ignatius Train Station is very busy nowadays. A lot of student want to get back to school by train(becau 阅读全文

posted @ 2013-10-13 20:59 龚细军 阅读(267) 评论(0) 推荐(0) 编辑

NYOJ-----素数环
摘要:素数环时间限制:1000 ms | 内存限制:65535 KB难度:2描述有一个整数n,把从1到n的数字无重复的排列成环,且使每相邻两个数(包括首尾)的和都为素数,称为素数环。为了简便起见,我们规定每个素数环都从1开始。例如,下图就是6的一个素数环。输入有多组测试数据,每组输入一个n(0 2 #include 3 #include 4 int save[21],ans[21],step,n; 5 void dfs() 6 { 7 int i,k; 8 if(step==n) 9 {10 if(ans[step-1]%2==0&&ans[step-1]!=... 阅读全文

posted @ 2013-10-12 23:10 龚细军 阅读(451) 评论(0) 推荐(0) 编辑

HDUOJ-----(1329)Calling Extraterrestrial Intelligence Again
摘要:Calling Extraterrestrial Intelligence AgainTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4083 Accepted Submission(s): 2140 Problem DescriptionA message from humans to extraterrestrial intelligence was sent through the Arecibo radio telescope in 阅读全文

posted @ 2013-10-12 19:34 龚细军 阅读(644) 评论(0) 推荐(0) 编辑

HDUOJ--------(1312)Red and Black
摘要:Red and BlackTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6905Accepted Submission(s): 4384 Problem DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. F 阅读全文

posted @ 2013-10-10 21:58 龚细军 阅读(288) 评论(0) 推荐(0) 编辑

HDUOJ---------(1045)Fire Net
摘要:Fire NetTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5175Accepted Submission(s): 2908 Problem DescriptionSuppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing a 阅读全文

posted @ 2013-10-09 22:23 龚细军 阅读(283) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示