摘要:
原文地址:http://blog.csdn.net/zearot/article/details/48299459(如有侵权,请联系博主,立即删除。)线段树详解 By 岩之痕目录:一:综述 二:原理 三:递归实现 四:非递归原理 ... 阅读全文
posted @ 2018-08-04 16:54
Mercury_Lc
阅读(169)
评论(0)
推荐(0)
摘要:
Problem Description数组——矩阵的转置给定一个m*n的矩阵(m,n#include int a[105][105];int main(){ int n, m; while(~scanf("%d %d", &n, &m)) { ... 阅读全文
posted @ 2018-08-04 11:09
Mercury_Lc
阅读(279)
评论(0)
推荐(0)
摘要:
Problem Description 给定两个字符串string1和string2,将字符串string2连接在string1的后面,并将连接后的字符串输出。连接后字符串长度不超过110。 Input 输入包含多组数据,每组测试数据包含两行,第一行代表string1... 阅读全文
posted @ 2018-08-04 10:46
Mercury_Lc
阅读(196)
评论(0)
推荐(0)
摘要:
Problem Description对于一个n*n的稀疏矩阵M(1 using namespace std;struct node{ int x,y,z;} s[55];int main(){ int mu, nu, tu; int key; ... 阅读全文
posted @ 2018-08-04 09:58
Mercury_Lc
阅读(200)
评论(0)
推荐(0)

浙公网安备 33010602011771号