码迷,mamicode.com
首页 >  
搜索关键字:hustoj    ( 83个结果
HustOJ - 1019
1 #include<iostream> 2 #include<set> 3 #include<string> 4 #include<algorithm> 5 using namespace std; 6 struct Comp//multiset内部排序名为Comp 7 { 8 bool oper ...
分类:其他好文   时间:2017-05-04 13:27:00    阅读次数:159
HustOJ - 1021
1 #include<iostream> 2 #include<vector> 3 #include<algorithm> 4 #include<string> 5 #include<iomanip> 6 using namespace std; 7 //½á¹¹Ìå: 8 struct stude ...
分类:其他好文   时间:2017-05-04 13:26:44    阅读次数:179
HustOJ - 1018
1 #include <iostream> 2 using namespace std; 3 int main() 4 { 5 bool sushu(int n); 6 long long i,n,s,t,a,b,c,d,e; 7 while (cin>>n) 8 { 9 a=n%10; 10 b= ...
分类:其他好文   时间:2017-05-04 13:26:34    阅读次数:158
HustOJ - 1017
1 #include<iostream> 2 #include<set> 3 using namespace std; 4 int main() 5 { 6 int s=0; 7 int F=479001600; 8 multiset<unsigned int> a; 9 int n; 10 whi ...
分类:其他好文   时间:2017-05-04 13:26:27    阅读次数:94
HustOJ - 1007
1 #include<stdio.h> 2 int main () 3 { 4 long long a,b,s; 5 6 while(scanf("%lld%lld",&a,&b)==2) 7 { 8 s=a-b; 9 printf("%lld\n",s); 10 } 11 12 return 0; ...
分类:其他好文   时间:2017-05-04 13:26:03    阅读次数:138
HustOJ - 1024
1 #include <iostream> 2 #include <string> 3 #include <vector> 4 using namespace std; 5 6 int main() 7 { 8 int n,i,j; 9 string s; 10 cin>>n; 11 12 for( ...
分类:其他好文   时间:2017-05-04 13:25:38    阅读次数:118
HustOJ - 1006
1 #include<stdio.h> 2 int main() 3 { 4 int a[50],n; 5 for (n=0;n<25;n++) 6 { 7 scanf("%d",&a[n]); 8 if (a[n]>=1&&a[n]<=10000) 9 printf("%d\n",a[n]*a[n ...
分类:其他好文   时间:2017-05-04 13:24:43    阅读次数:100
HustOJ - 1008
1 #include<stdio.h> 2 int main() 3 { 4 int a,b,s,t,i,j; 5 while((scanf("%d",&a)==1)) 6 { 7 if (a<=12&&a>=1) 8 { 9 t=0; 10 for (i=1;i<=a;i++) 11 { 12 s ...
分类:其他好文   时间:2017-05-04 13:23:53    阅读次数:118
HustOJ - 1015
1 #include<stdio.h> 2 int main() 3 { 4 int i,n,j[31],s,a,b; 5 for(;scanf("%d",&n)==1;) 6 { 7 i=0; 8 if (n==0) 9 { 10 printf("%11d-->0\n",n); 11 contin ...
分类:其他好文   时间:2017-05-04 13:23:36    阅读次数:106
HustOJ - 1013
1 #include<stdio.h> 2 int main() 3 { 4 int i,j,s,b,a; 5 float t; 6 s=0; 7 for (i=1;i<=5;i++) 8 { 9 while(scanf("%d",&a)==1) 10 { 11 for (j=1;j<=a;j++) ...
分类:其他好文   时间:2017-05-04 13:22:45    阅读次数:119
83条   上一页 1 ... 3 4 5 6 7 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!