Sweety

Practice makes perfect

导航

2014年7月29日

摘要: Description An earthquake takes place in Southeast Asia. The ACM (Asia Cooperated Medical team) have set up a wireless network with the lap comput... 阅读全文

posted @ 2014-07-29 10:28 蓝空 阅读(232) 评论(0) 推荐(0) 编辑

2014年7月28日

摘要: Description There are so many different religions in the world today that it is difficult to keep track of them all. You are interested in finding... 阅读全文

posted @ 2014-07-28 18:33 蓝空 阅读(144) 评论(0) 推荐(0) 编辑

摘要: Description There is a town with N citizens. It is known that some pairs of people are friends. According to the famous saying that “The friends o... 阅读全文

posted @ 2014-07-28 16:26 蓝空 阅读(202) 评论(0) 推荐(0) 编辑

摘要: Submit Status Description Farmer John and Betsy are playing a game with N (1 #include using namespace std; int count ; int son[30005],fa[... 阅读全文

posted @ 2014-07-28 10:48 蓝空 阅读(178) 评论(0) 推荐(0) 编辑

2014年7月27日

摘要: Description The police office in Tadu City decides to say ends to the chaos, as launch actions to root up the TWO gangs in the city, Gang Dragon a... 阅读全文

posted @ 2014-07-27 11:32 蓝空 阅读(125) 评论(0) 推荐(0) 编辑

摘要: 1.在提交时如果出现这样的情况: #include using namespace std; int main(){ cout>b;即在最后添加注释的话,在提交的时候可能会报错,但是在编译器里是正确的 阅读全文

posted @ 2014-07-27 11:09 蓝空 阅读(172) 评论(0) 推荐(0) 编辑

摘要: 1.题目描述: 本代码为银行管理系统,整体分为管理员模式和普通用户模式: (1)在管理员模式中能完成 ①用户信息录入 ②修改管理员密码 ③修改指定账户信息 ④信息管理业务 (2)在普通用户模式下,能完成注册和转账 在注册中用户必须输入必要的注册信息 在登录功能中将需要密码,登陆成功... 阅读全文

posted @ 2014-07-27 10:59 蓝空 阅读(1024) 评论(0) 推荐(0) 编辑

2014年7月26日

摘要: Description A rooted tree is a well-known data structure in computer science and engineering. An example is shown below: In the figure, each ... 阅读全文

posted @ 2014-07-26 16:38 蓝空 阅读(183) 评论(0) 推荐(0) 编辑

摘要: 由于map和其他STL中有相同性,因此可以用在其他的容器中 由于习惯原因下文中将通常说的Keys说成“搜索项” 寻找在map中的当前值的函数 .find()函数 // map::find#include #include using namespace std;int main (){ ... 阅读全文

posted @ 2014-07-26 10:52 蓝空 阅读(772) 评论(0) 推荐(0) 编辑

2014年7月24日

摘要: Description Roman Roulette The historian Flavius Josephus relates how, in the Romano-Jewish conflict of 67 A.D., the Romans took the t... 阅读全文

posted @ 2014-07-24 12:26 蓝空 阅读(185) 评论(0) 推荐(0) 编辑