码迷,mamicode.com
首页 >  
搜索关键字:summer holiday    ( 654个结果
STAT 462: Lab 4: Predictors
Lab 4: PredictorsSTAT 462: Summer 2019 Note: You will work on this activity on 07/25 and 07/27. On July 25th, you should complete at least the first a ...
分类:其他好文   时间:2019-08-01 20:19:14    阅读次数:125
CCPC-Wannafly Summer Camp 2019 全记录
// 7.19-7.29 东北大学秦皇岛校区十天训练营,题目都挂在了Vjudge上。训练期间比较忙,没空更博总结,回来继续补题消化。 // https://vjudge.net/contest/312902 https://vjudge.net/contest/313217 https://vjud ...
分类:其他好文   时间:2019-07-31 10:51:14    阅读次数:561
Jmeter使用说明
一、测试计划: 用来描述一个性能/接口测试脚本和场景设计,包含与本次测试所有相关的功能。也就是说,使用jmeter进行测试的所有内容都是于基于一个测试计划的。 二、常用的配置元件 1.CSV Data Set Config: 从文件中读取数据,并将它们拆分后存储到变量中,适合处理众多变量 2.Htt ...
分类:其他好文   时间:2019-07-23 15:08:22    阅读次数:80
HZNU 2019 Summer training 8
A - Petya and Origami CodeForces - 1080A 题意:制造一份邀请函需要2份a物品,5份b物品,8份c物品,一个盒子里面有k份物品(可以为a或b或c)问你制造n份邀请函需要用多少个盒子 题解:加起来就行了 #include <iostream> #include < ...
分类:其他好文   时间:2019-07-12 20:08:00    阅读次数:113
一文看懂EnumMap
一文学会EnumMap类
分类:编程语言   时间:2019-07-12 10:00:03    阅读次数:111
HZNU 2019 Summer training 6
A - Infinite Sequence CodeForces - 622A 题意:第一个数是1,接下来是1和2,接下来是1,2, 3,接下来是1,2,3, 4,问第n个数是什么 题解:找出第几轮在找出第几个 #include <iostream> #include <cstdio> #inclu ...
分类:其他好文   时间:2019-07-12 09:27:45    阅读次数:112
HZNU 2019 Summer training 4
A - Little C Loves 3 I CodeForces - 1047A 题意:一个数分成三份,每一个都不是3的倍数 题解:分成 (1, 1, n - 2) 或者分成(1, 2, n - 3 ) #include <iostream> #include <cstdio> #include ...
分类:其他好文   时间:2019-07-09 10:55:29    阅读次数:97
P1339 [USACO09OCT]热浪Heat Wave
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:其他好文   时间:2019-07-08 00:03:53    阅读次数:135
HZNU 2019 Summer Selection contest 1
A - Nastya Is Buying Lunch CodeForces - 1136D B - Neko Performs Cat Furrier Transform CodeForces - 1152B C - TV Shows CodeForces - 1061D D - Pairs Cod ...
分类:其他好文   时间:2019-07-04 20:13:13    阅读次数:144
HZNU 2019 Summer training 6 -CodeForces - 622
A - Infinite Sequence CodeForces - 622A 题目大意:给你一个这样的数列1,1,2,1,2,3,1,2,3,4,1,2,3,4,5.。。。就是从1~n排列(n++).最后问你第n个位置是什么数字。 思路:如果你花点时间列数列的话会发现,1~n的最后一位对应的位置是 ...
分类:其他好文   时间:2019-07-04 09:51:48    阅读次数:117
654条   上一页 1 ... 5 6 7 8 9 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!