码迷,mamicode.com
首页 >  
搜索关键字:standard singletask、启动模式 launchmode    ( 4904个结果
Check the string
A. Check the string time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A has a string consis ...
分类:其他好文   时间:2018-06-22 21:44:45    阅读次数:182
Tishreen-CPC 2018 G. Colors Overflow
Problem G. Colors Overflow Input file: standard input Output file: standard output Balloon Color: Dark Green If there is one thing Ziad is good at, it ...
分类:其他好文   时间:2018-06-22 20:32:23    阅读次数:278
预编译头文件stdafx.h-stdafx.cpp-stdafx.pch(pre-compile headfile)
tdafx的英文全称为:Standard Application Framework Extensions(标准应用程序框架的扩展)。 所谓头文件预编译,就是把一个工程(Project)中使用的一些MFC标准头文件(如Windows.H、Afxwin.H)预先编译,以后该工程编译时,不再编译这部分头 ...
分类:其他好文   时间:2018-06-22 14:43:57    阅读次数:168
CF994B Knights of a Polygonal Table 第一道 贪心 set/multiset的用法
Knights of a Polygonal Table time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Knights of a ...
分类:其他好文   时间:2018-06-20 18:55:45    阅读次数:211
logging模块导入
import osimport logging.config # 定义三种日志输出格式 开始 standard_format = '[%(asctime)s][%(threadName)s:%(thread)d][task_id:%(name)s][%(filename)s:%(lineno)d]' ...
分类:其他好文   时间:2018-06-19 19:30:06    阅读次数:150
MapReduce Design Patterns(chapter 2 (part 2))(三)
Median and standard deviation 中值和标准差的计算比前面的例子复杂一点。因为这种运算是非关联的,它们不是那么容易的能从combiner中获益。中值是将数据集一分为两等份的数值类型,一份比中值大,一部分比中值小。这需要数据集按顺序完成清洗。数据必须是排序的,但存在一定障碍, ...
分类:其他好文   时间:2018-06-19 16:29:41    阅读次数:182
Codeforces Round #292 (Div. 2) C. Drazil and Factorial 515C
C. Drazil and Factorial time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Drazil is playin ...
分类:其他好文   时间:2018-06-18 19:57:06    阅读次数:168
code forces 994C
C. Two Squares time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given two squares, ...
分类:其他好文   时间:2018-06-17 16:59:08    阅读次数:218
code forces 994B
B. Knights of a Polygonal Table time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Unlike Kn ...
分类:其他好文   时间:2018-06-17 10:59:20    阅读次数:306
PAT 之 A+B和C
时间限制 1000 ms 内存限制 32768 KB 代码长度限制 100 KB 判断程序 Standard 题目描述 给定区间 [-2的31次方, 2的31次方] 内的3个整数 A、B 和 C,请判断 A+B 是否大于 C。 输入描述 输入第1行给出正整数T(<=10),是测试用例的个数。随后给出 ...
分类:其他好文   时间:2018-06-16 19:35:31    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!