上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 96 下一页
摘要: http://blog.csdn.net/luomingjun12315/article/details/47376359 自定义数据结构时,要重载小于号,可以用 常成员函数 或者 友员函数。 push(); top(); size(); empty(); 优先队列的top()取出来到是最大值。 重 阅读全文
posted @ 2016-07-21 11:13 超级学渣渣 阅读(116) 评论(0) 推荐(0) 编辑
摘要: time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output time limit per test 2 seconds time limit 阅读全文
posted @ 2016-07-21 09:53 超级学渣渣 阅读(267) 评论(0) 推荐(0) 编辑
摘要: C. Vacations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Vasya has n days of vacation 阅读全文
posted @ 2016-07-21 09:51 超级学渣渣 阅读(163) 评论(0) 推荐(0) 编辑
摘要: B. One Bomb time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. One Bomb time limit per te 阅读全文
posted @ 2016-07-21 09:49 超级学渣渣 阅读(186) 评论(0) 推荐(0) 编辑
摘要: A. Launch of C time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There will be a launch of 阅读全文
posted @ 2016-07-21 09:47 超级学渣渣 阅读(300) 评论(0) 推荐(0) 编辑
摘要: python 中的 list简直是神器一般到存在。 List 是数学意义上到集合,可以存放任何东西。 通过0~n-1,从正序访问List中到元素 -1~-n 逆序访问List 中的元素。 通过 变量名 = [ ],创建名字为变量名到List。 insert(intdex,value); 向 L[in 阅读全文
posted @ 2016-07-20 15:09 超级学渣渣 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 标题 《thead> 表头 os colspan 水平方向占据单元格个数 表体 注脚 阅读全文
posted @ 2016-07-20 14:15 超级学渣渣 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 百度 here 在一个页面里面跳转 here 跳转到a.html的here位置 target= _blank 在新窗口中打开 还有 其他打开方式 阅读全文
posted @ 2016-07-20 14:05 超级学渣渣 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 在html中,图片是一个字符。 属性: alt=" ##" :图片加载完成前,显示的文字。 gif png gpj 在当前页面插入其他网站 阅读全文
posted @ 2016-07-20 13:55 超级学渣渣 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 列表,无序号到 属性:start 序号开始到编号 词条 解释 阅读全文
posted @ 2016-07-20 13:24 超级学渣渣 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 96 下一页