码迷,mamicode.com
首页 >  
搜索关键字:while read line for ifs    ( 74720个结果
Oracle EBS-SQL (PO-5):采购订单控制信息查询.sql
select distinct pla.po_header_id, --pha.type_lookup_code,pha.segment1 采购订单号, appf.full_name 采购员, pla.line_num 订单行,msi.segment1 物料编码,pla.item_descript....
分类:数据库   时间:2014-06-10 22:04:15    阅读次数:461
Hdu1089
1 #include 2 int main()3 {4 int a,b;5 while(scanf("%d %d",&a,&b)!=EOF){6 printf("%d\n",(a+b));7 } 8 return 0;9 }说明:记得判断 !=EOF ...
分类:其他好文   时间:2014-06-10 12:00:04    阅读次数:265
Hdu1093
1 #include 2 int main() 3 { 4 int T,n; 5 int a,sum=0; 6 while(scanf("%d",&T)!=EOF){ 7 while(scanf("%d",&n)!=EOF){ 8 ...
分类:其他好文   时间:2014-06-10 11:56:12    阅读次数:223
Hdu1092
1 #include 2 int main() 3 { 4 int n,sum=0; 5 while(scanf("%d",&n)){ 6 if(n==0) {return 0;} 7 else{ 8 int i,a; 9 ...
分类:其他好文   时间:2014-06-10 11:52:19    阅读次数:312
C/C++ 笔试、面试题目大汇总
转自C/C++ 笔试、面试题目大汇总这些东西有点烦,有点无聊。如果要去C++面试就看看吧。几年前网上搜索的。刚才看到,就整理一下,里面有些被我改了,感觉之前说的不对或不完善。1.求下面函数的返回值( 微软)intfunc(x){intcountx=0;while(x){countx++;x=x&(x...
分类:编程语言   时间:2014-06-10 11:39:22    阅读次数:344
The Variant Call Format
VCF is a text format. It contains meta-information lines, a header line, and then data lines each containing information about a posittion in the geno...
分类:其他好文   时间:2014-06-10 11:35:34    阅读次数:771
Hdu1094
1 #include 2 int main() 3 { 4 int i,n,a,sum=0; 5 while(scanf("%d",&n)!=EOF){ 6 for(i=0;i<n;i++){ 7 scanf("%d",&a); 8 ...
分类:其他好文   时间:2014-06-10 11:30:59    阅读次数:200
Hdu1095
1 #include 2 int main()3 {4 int a,b;5 while(scanf("%d %d",&a,&b)!=EOF){6 printf("%d\n\n",a+b);7 }8 return 0;9 }
分类:其他好文   时间:2014-06-10 11:24:26    阅读次数:253
Hdu1096
1 #include 2 int main() 3 { 4 int T,n; 5 int a,sum=0; 6 while(scanf("%d",&T)!=EOF){ 7 while(scanf("%d",&n)!=EOF){ 8 ...
分类:其他好文   时间:2014-06-10 11:22:38    阅读次数:201
leetcode--Count and Say
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:其他好文   时间:2014-06-10 10:41:04    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!