Rectangle frog has a piece of paper divided into nn rows and mm columns. Today, she would like to draw a rectangle whose perimeter is not greater than ...
分类:
其他好文 时间:
2017-08-06 18:04:53
阅读次数:
169
下图是个数字三角,请编写一个程序计算从顶部至底部某处一条路径,使得该路径所经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 1. 每一步可沿左斜线向下或右斜线向下走; 2. 1<=三角形行数<=100 3. 三角形中的数字为整数 0,1,……,99。 4. 如果有多种情况结果都最大,任意 ...
分类:
其他好文 时间:
2017-08-03 16:54:03
阅读次数:
187
Party n frogs are invited to a tea party. Frogs are conveniently numbered by 1,2,…,n. The tea party has black and green tea in service. Each frog has ...
分类:
其他好文 时间:
2017-07-10 13:24:00
阅读次数:
244
派对选址 (party.pas/c/cpp) 【题目描述】在2022年,scu_acmers决定举行一个聚会,并且大多数老 scu_acmers队员已经收到了邀请函,包括队员 onmylove,tanlinghang和zsasuke(scu_isap队的老队员)。 从 scu毕业已经 10年了,现在 ...
分类:
其他好文 时间:
2017-07-03 21:05:48
阅读次数:
315
抓取四川大学公共管理学院官网(http://ggglxy.scu.edu.cn)所有的新闻咨询. 实验流程 1.确定抓取目标.2.制定抓取规则.3.'编写/调试'抓取规则.4.获得抓取数据 1.确定抓取目标 我们这次需要抓取的目标为四川大学公共管理学院的所有新闻资讯.于是我们需要知道公管学院官网的布 ...
分类:
其他好文 时间:
2017-06-19 22:44:58
阅读次数:
342
Python案例 scrapy抓取学院新闻报告 任务 抓取四川大学公共管理学院官网(http://ggglxy.scu.edu.cn)所有的新闻咨询. 实验流程 1.确定抓取目标.2.制定抓取规则.3.'编写/调试'抓取规则.4.获得抓取数据 1.确定抓取目标 我们这次需要抓取的目标为四川大学公共管 ...
分类:
编程语言 时间:
2017-06-07 00:51:47
阅读次数:
267
步骤一:部署SAS Share环境 1.创建SAS /Share环境 在SAS帮助文档中搜索“sas share”,依次点击如下 找到“windows:Create the server environment”; 按照步骤填写 SAS SCU的内容 1.填写Install(此处服务器命名是shr1 ...
分类:
其他好文 时间:
2017-05-19 16:59:25
阅读次数:
200
Necklace frog has \(n\) gems arranged in a cycle, whose beautifulness are \(a_1, a_2, \dots, a_n\). She would like to remove some gems to make them in ...
分类:
编程语言 时间:
2017-05-05 21:02:19
阅读次数:
337
Vertex Cover frog has a graph with \(n\) vertices \(v(1), v(2), \dots, v(n)\) and \(m\) edges \((v(a_1), v(b_1)), (v(a_2), v(b_2)), \dots, (v(a_m), v( ...
分类:
其他好文 时间:
2017-05-01 12:05:54
阅读次数:
253
Censor frog is now a editor to censor so-called sensitive words (敏感词). She has a long text p . Her job is relatively simple -- just to find the first ...
分类:
其他好文 时间:
2017-05-01 11:11:34
阅读次数:
170