上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页
摘要: 【转载】http://www.cnblogs.com/AndrewXu/p/4779648.html1. 打开cmd,输入,回车mysql -uroot -p -P3306 -h127.0.0.11)-u :指定用户名,root为超级权限用户。2)-p :输入密码,不指定时回车后会提示输入密码,并用... 阅读全文
posted @ 2015-09-10 08:23 我喜欢旅行 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 设计函数分别求两个一元多项式的乘积与和。输入格式:输入分2行,每行分别先给出多项式非零项的个数,再以指数递降方式输入一个多项式非零项系数和指数(绝对值均为不超过1000的整数)。数字间以空格分隔。输出格式:输出分2行,分别以指数递降方式输出乘积多项式以及和多项式非零项的系数和指数。数字间以空格分隔,... 阅读全文
posted @ 2015-09-06 10:54 我喜欢旅行 阅读(657) 评论(1) 推荐(0) 编辑
摘要: Problem Description给定K个整数的序列{ N1, N2, ..., NK },其任意连续子序列可表示为{ Ni, Ni+1, ..., Nj },其中 1 #include #include #include #include using namespace std;int low... 阅读全文
posted @ 2015-09-06 09:42 我喜欢旅行 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 剪辑地址:http://hzwer.com/3023.html计算两个超级大数的最大公约数:样例:11111111111111111111122222222222222222222222222222输出:我也不知道~~~code:#include#include#include#define inf... 阅读全文
posted @ 2015-08-31 20:37 我喜欢旅行 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: A. Bear and Electionstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputLimak is a grizzly bear who ... 阅读全文
posted @ 2015-08-30 16:06 我喜欢旅行 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 题目描述In mathematics, a square number is an integer that is the square of an integer. In other words, it is the product of some integer with itself. For... 阅读全文
posted @ 2015-08-29 18:15 我喜欢旅行 阅读(330) 评论(0) 推荐(0) 编辑
摘要: Going from u to v or from v to u?Time Limit: 2000MSMemory Limit: 65536KTotal Submissions: 15812Accepted: 4194DescriptionIn order to make their sons br... 阅读全文
posted @ 2015-08-29 15:11 我喜欢旅行 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 题目地址:http://poj.org/problem?id=2186Popular CowsTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 27496Accepted: 11059DescriptionEvery cow's dre... 阅读全文
posted @ 2015-08-29 10:43 我喜欢旅行 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 转载地址:https://www.byvoid.com/blog/scc-tarjan[有向图强连通分量]在有向图G中,如果两个顶点间至少存在一条路径,称两个顶点强连通(strongly connected)。如果有向图G的每两个顶点都强连通,称G是一个强连通图。非强连通图有向图的极大强连通子图,称... 阅读全文
posted @ 2015-08-28 15:10 我喜欢旅行 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 描述小Hi和小Ho本着礼让他们的心情——当然还因为本来他们买的就是站票,老老实实的呆在两节车厢的结合处。他们本以为就能够这样安稳抵达目的地,但 事与愿违,他们这节车厢的乘务员是一个强迫症,每隔一小会总是要清扫一次卫生,而时值深夜,大家都早已入睡,这种行为总是会惊醒一些人。而一旦相邻的一些 乘客被惊醒... 阅读全文
posted @ 2015-08-28 10:37 我喜欢旅行 阅读(229) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页