码迷,mamicode.com
首页 >  
搜索关键字:ch    ( 3220个结果
实验2嗷
#include <stdio.h> int main() { int x=1234; float f=123.456; double m=123.456; char ch='a'; char a[]="Hello, world!"; int y=3, z=4; printf("%d %d\n", ...
分类:其他好文   时间:2019-11-05 21:21:42    阅读次数:101
实验2
#include int main() { int x=1234; double f=123.456; double m=123.456; char ch='a'; char a[]="Hello, world!"; // 定义一个数组a,数组中连续存放了字符串常量hello,world! int ... ...
分类:其他好文   时间:2019-11-05 00:36:39    阅读次数:108
python解释器和环境安装
现在最新的是python3.7下载好安装包:python-3.7.0-amd64.exe下载地址:https://www.python.org/getit/ 选择3.7.0下载 选择一款适合自己的编译环境,我选的是这样的 之后就是安装,选择customer安装,按默认一步一步操作操作页面会有提示ch ...
分类:编程语言   时间:2019-11-04 21:59:36    阅读次数:125
CF343D Water Tree 树链剖分
问题描述 "LG CF343D" 题解 树剖,线段树维护0 1序列 yzhang:用珂朵莉树维护多好 $\mathrm{Code}$ cpp include using namespace std; template void read(Tp &x){ x=0;char ch=1;int fh; w ...
分类:其他好文   时间:2019-11-03 22:04:34    阅读次数:100
ch_POJ2182 Lost Cows
利用树状数组求第k大的数 具体就是标101010101010........ 统计1个数也就是前缀和 ...
分类:其他好文   时间:2019-11-02 17:57:00    阅读次数:83
ch_6802 車的放置
建行连向列的单向边,跑最大匹配 ...
分类:其他好文   时间:2019-11-02 17:29:02    阅读次数:100
实验2
#include <stdio.h> int main () { int x=1234; float f=123.456; double m=123.456; char ch='a'; char a[]="Hello,world!"; int y=3,z=4; printf("%d %d\n",y,... ...
分类:其他好文   时间:2019-11-02 11:27:30    阅读次数:76
ch_6801 棋盘覆盖
http://noi-test.zzstep.com/contest/0x60%E3%80%8C%E5%9B%BE%E8%AE%BA%E3%80%8D%E4%BE%8B%E9%A2%98/6801%20%E6%A3%8B%E7%9B%98%E8%A6%86%E7%9B%96 6801 棋盘覆盖 0x ...
分类:其他好文   时间:2019-11-01 09:57:39    阅读次数:148
JAVA必知必问问题-1
1. 数据类型 1) 基本类型: byte, int, long, float, double, boolean.... 要求记住基本类型占多少字节、范围。例如:byte 1字节范围 128 127,short 2字节,int 4字节,long 8字节,float 4字节,double 8字节,ch ...
分类:编程语言   时间:2019-10-31 21:22:47    阅读次数:107
实验二
#include <stdio.h> int main() { int x=1234; float f=123.456; double m=123.456; char ch='a'; char a[]="Hello, world!"; int y=3, z=4; printf("%d %d\n", ... ...
分类:其他好文   时间:2019-10-31 18:13:07    阅读次数:70
3220条   上一页 1 ... 34 35 36 37 38 ... 322 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!