码迷,mamicode.com
首页 >  
搜索关键字:main    ( 65088个结果
BNUOJ 4215 最长公共连续子序列
最长公共连续子序列Time Limit:1000msMemory Limit:65536KB64-bit integer IO format:%lld Java class name:Main给你两个序列S1和S2,长度分别是L1,L2 (1 2 #include 3 #include 4 #...
分类:其他好文   时间:2014-07-16 21:54:37    阅读次数:192
css解决无论页面长短footer永远置底
footer固定到页面底部 这是头部 left sidebar main content right sudebar footer section
分类:Web程序   时间:2014-07-16 21:53:42    阅读次数:323
poj 1298 The Hardest Problem Ever
题目链接:http://poj.org/problem?id=1298题目大意:按照所给的顺序要求将输入的字符串进行排列。 1 #include 2 #include 3 #include 4 using namespace std; 5 int main () 6 { 7 char ...
分类:其他好文   时间:2014-07-16 21:53:34    阅读次数:186
ios学习Day3xiawu
switch#include int main(int argc, char * argv[]){ int i; scanf("%d",&i); switch(i) { case 1: {printf("春"); break;...
分类:移动开发   时间:2014-07-16 21:46:08    阅读次数:236
poj 3751 时间日期格式转换
题目链接:http://poj.org/problem?id=3751题目大意:按照要求的格式将输入的时间日期进行转化。 1 #include 2 #include 3 using namespace std; 4 int main () 5 { 6 int t; 7 cin>>...
分类:其他好文   时间:2014-07-16 21:37:33    阅读次数:153
XWiki Enterprise
XWiki Enterprise: http://www.xwiki.org/xwiki/bin/view/Main/WebHomeXWiki Enterpriseis a professional wiki that has powerful extensibility features such...
分类:其他好文   时间:2014-07-16 21:33:05    阅读次数:188
字符串常量与字符串数组区别
在论坛上看到过有人说字符串常量存储在只读区域,不能写只能读;而字符数组是栈上,可读可写。#include#includeint main(){ /*字符数组存储于动态内存中,可以进行赋值操作*/ char message[]={'h','e','l','l','\0'}; message[2]='a...
分类:其他好文   时间:2014-07-16 21:31:45    阅读次数:162
hdu 4811 Ball
分类讨论,看分成两堆两边的个数。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 __int64 a[3][3][3]; 8 __int64 f[4],n,k,tep; 9 10 int main...
分类:其他好文   时间:2014-07-16 21:30:59    阅读次数:171
字符串与数字之间的转换
1. itoaitoa是广泛应用的非标准c语言扩展函数,头文件为 #icnludechar* itoa(int value,char* string,int radix);#include#includeusing namespace std;int main(){ int i=15; char s...
分类:其他好文   时间:2014-07-16 21:28:56    阅读次数:196
hdu 4802 GPA
水题#include #include using namespace std;int main(){ int n; int c,sum1; double sum2; char str[10]; while(scanf("%d",&n)!=EOF) { ...
分类:其他好文   时间:2014-07-16 21:20:09    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!