上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页
摘要: 1 // 51、用循环队列实现,InitQueue(), DestroyQueue(), ClearQueue(), QueueEmpty() 2 #include 3 #include 4 using namespace std; 5 #define ok 1 6 #define test(j) coutnext = NULL; 26 q.end->nex... 阅读全文
posted @ 2018-01-23 20:06 #忘乎所以# 阅读(184) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-01-16 15:43 #忘乎所以# 阅读(2) 评论(0) 推荐(0)
摘要: python从2.6开始支持format,新的更加容易读懂的字符串格式化方法, 从原来的% 模式变成新的可读性更强的 综合举例说明: 输入: '{:>18,.2f}'.format(70305084.0) # :冒号+空白填充+右对齐+固定宽度18+浮点精度.2+浮点数声明f 输出:' 70,305 阅读全文
posted @ 2018-01-12 09:25 #忘乎所以# 阅读(345) 评论(0) 推荐(0)
摘要: 有如下一个题目: 我就直接for循环套,暴力求解。 下面是后台测试数据(过了说明代码就行了): 23 218 No19 420 621 4 阅读全文
posted @ 2018-01-10 15:22 #忘乎所以# 阅读(297) 评论(0) 推荐(0)
摘要: A. Modular Exponentiation time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output The following p 阅读全文
posted @ 2018-01-10 11:30 #忘乎所以# 阅读(286) 评论(0) 推荐(0)
摘要: 0.0.0.0 account.jetbrains.com 添加进hosts licences: 如果失效,可以查看http://blog.csdn.net/u014044812/article/details/78727496 阅读全文
posted @ 2018-01-08 16:58 #忘乎所以# 阅读(177) 评论(0) 推荐(0)
摘要: A. Nearest Minimums time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Nearest Minimums 阅读全文
posted @ 2018-01-02 12:15 #忘乎所以# 阅读(193) 评论(0) 推荐(0)
摘要: A. New Year and Counting Cards time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Your frien 阅读全文
posted @ 2018-01-02 10:28 #忘乎所以# 阅读(172) 评论(0) 推荐(0)
摘要: A. Generate Login time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The preferred way to g 阅读全文
posted @ 2017-12-28 21:00 #忘乎所以# 阅读(556) 评论(0) 推荐(0)
摘要: A. Visiting a Friend time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Pig is visiting a fr 阅读全文
posted @ 2017-12-26 09:53 #忘乎所以# 阅读(227) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页