2017年7月31日

HDU1035 Robot Motion

摘要: Problem Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are l 阅读全文

posted @ 2017-07-31 11:26 gnosed 阅读(144) 评论(0) 推荐(0)

HDU1034 Candy Sharing Game

摘要: Problem Description A number of students sit in a circle facing their teacher in the center. Each student initially has an even number of pieces of ca 阅读全文

posted @ 2017-07-31 11:24 gnosed 阅读(126) 评论(0) 推荐(0)

HDU1031 Design T-Shirt

摘要: Problem Description Soon 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 阅读全文

posted @ 2017-07-31 11:22 gnosed 阅读(133) 评论(0) 推荐(0)

HDU1027 Ignatius and the Princess II

摘要: Problem Description Now our hero finds the door to the BEelzebub feng5166. He opens the door and finds feng5166 is about to kill our pretty Princess. 阅读全文

posted @ 2017-07-31 11:18 gnosed 阅读(156) 评论(0) 推荐(0)

HDU1015 Safecracker

摘要: Problem Description "The item is locked in a Klein safe behind a painting in the second-floor library. Klein safes are extremely rare; most of them, a 阅读全文

posted @ 2017-07-31 11:15 gnosed 阅读(123) 评论(0) 推荐(0)

习题2-6

摘要: 排列(permutation) 用1,2,3,…,9组成3个三位数 abc, def, 和ghi,每个数字恰好使用一次,要求 abc:def:ghi = 1:2:3。输出所有解。提示:不必太动脑筋。 思路:设i从123到329,j=2*i,k=3*i。分解i,j,k的各个位数,用一个长度为9、下标从 阅读全文

posted @ 2017-07-31 10:39 gnosed 阅读(123) 评论(0) 推荐(0)

2017年7月19日

HDU1113 Word Amalgamation

摘要: Description In millions of newspapers across the United States there is a word game called Jumble. The object of this game is to solve a riddle, but i 阅读全文

posted @ 2017-07-19 23:06 gnosed 阅读(167) 评论(0) 推荐(0)

2017年7月2日

《算法竞赛入门经典》之开发环境与方法小收获

摘要: 1.windows下的命令 6.15 cmd 打开命令窗口 dir 文件列表 cd\md\rd 改变\创建\删除目录 cd\ 返回根目录 more\type 显示文件内容 fc 比较两个文件内容 del 删除文件 copy\xcopy 文件名+目标目录 复制文件 ren 原名+改名 文件改名 fin 阅读全文

posted @ 2017-07-02 22:18 gnosed 阅读(167) 评论(0) 推荐(0)

2017年6月11日

学生成绩管理系统——C语言实现

摘要: https://blog.csdn.net/gnosed/article/details/77866238 阅读全文

posted @ 2017-06-11 15:35 gnosed 阅读(682) 评论(0) 推荐(0)

2017年4月11日

几种常见排序算法原理&C语言实现

摘要: https://blog.csdn.net/gnosed/article/details/78768679 阅读全文

posted @ 2017-04-11 21:20 gnosed 阅读(15157) 评论(0) 推荐(1)

导航