"dp 最大区间和变形 cf 1155D" D. Beautiful Array time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output ...
分类:
其他好文 时间:
2019-04-26 21:01:00
阅读次数:
152
D. Beautiful Array time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given an arra ...
分类:
其他好文 时间:
2019-04-23 20:54:47
阅读次数:
151
F. Shovels Shop time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output F. Shovels Shop time lim ...
分类:
其他好文 时间:
2019-04-21 17:26:06
阅读次数:
105
Windows Server 2016各种版本介绍 http://www.5sharing.com/js/zx/872.html windows server的版本 Windows Server 2016各种版本介绍 时间:2018-10-06 10:21来源:原创 作者:5分享 点击: 550 次 ...
关于函数调用我想说,很多函数都是需要相应的头文件,例如pow函数就需要调用头文件math.h,pow的用法是计算一个双浮点型数的n次方,例如要计算3的立方则可以表示为pow(3,3)。此处需要注意的是,pow函数所计算的数字必须是双浮点型的,在定义数时应注意类型为double,又例函数system(“pause”),它的作用是让系统来暂停程序的进程,这是一个系统命令,调用系统命令时应使用头文件st
分类:
其他好文 时间:
2019-04-21 09:31:01
阅读次数:
148
题目: E. Two Teams time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output E. Two Teams time limit ...
分类:
编程语言 时间:
2019-04-20 21:05:00
阅读次数:
117
基础用法在代码注释中说明 这里说两个点 1.向量 vector 是一种对象实体, 能够容纳许多其他类型相同的元素, 因此又被称为容器。 与string相同, vector 同属于STL(Standard Template Library, 标准模板库)中的一种自定义的数据类型, 可以广义上认为是数组 ...
分类:
其他好文 时间:
2019-04-19 17:36:42
阅读次数:
121
Activity启动模式 标准模式 standard 栈顶复用模式 singleTop 栈内复用模式 singleTask 单例模式 singleInstance 任务栈 Activity的Flags Activity的Flags很多,这里介绍集中常用的,用于设定Activity的启动模式。可以在启 ...
分类:
其他好文 时间:
2019-04-19 16:16:04
阅读次数:
203
什么是 STL? STL(Standard Template Library)是 C++ 标准模板库,里面提供了大量模板。 队列(先进先出) 加载库:include < queue > 申明:queue < type > name queue中元素在内存中不一定连续。 q.push(x) 向队列 q ...
分类:
编程语言 时间:
2019-04-18 09:27:06
阅读次数:
154
ASCII(American Standard Code For Information Interchange)码用一个字节中的7位(低7位)来标识字符,可以表示128个不同的字符(包括26个英文字母、9个数字和一些英文符号)。为了扩充ASCII以显示本国的文字和符号,不同的国家和地区制定了不同的 ...
分类:
其他好文 时间:
2019-04-17 22:07:56
阅读次数:
244