码迷,mamicode.com
首页 >  
搜索关键字:hustoj    ( 83个结果
hustoj升级
sudo su 有冲突 全部回答r ...
分类:其他好文   时间:2017-05-22 20:05:45    阅读次数:168
HustOJ - 1028
1 #include<iostream> 2 #include<string> 3 using namespace std; 4 int main() 5 { 6 int s,i,n[2],j,k,t,y=0; 7 char a[27]={'A','B','C','D','E','F','G','H ...
分类:其他好文   时间:2017-05-04 14:49:21    阅读次数:192
HustOJ - 1029
1 #include<iostream> 2 #include<string> 3 using namespace std; 4 int main() 5 { 6 int i=0; 7 string s; 8 while(getline(cin,s)) 9 { 10 if (s[0]=='#') b ...
分类:其他好文   时间:2017-05-04 14:46:37    阅读次数:116
HustOJ - 1027
1 #include<iostream> 2 #include<string> 3 using namespace std; 4 int main() 5 { 6 int n, i, f, j; 7 string s; 8 char t; 9 10 cin >> n; 11 12 for(i = 1 ...
分类:其他好文   时间:2017-05-04 14:44:23    阅读次数:174
HustOJ - 1026
1 #include<iostream> 2 #include<string> 3 using namespace std; 4 int main() 5 { 6 int n,i,j; 7 string s,f; 8 cin>>n;//输入行数 9 for (i=0;i<n;i++) 10 { 11 ...
分类:其他好文   时间:2017-05-04 14:41:52    阅读次数:118
HustOJ - 1025
1 #include<stdio.h> 2 int main() 3 { 4 int d,n,i,j; 5 scanf("%d",&d); 6 for (i=1;i<=d;i++) 7 { 8 scanf("%d",&n); 9 int s=0,v=0; 10 for (j=n;j;j=j/2,s+ ...
分类:其他好文   时间:2017-05-04 14:33:56    阅读次数:196
HustOJ - 1016
1 #include<stdio.h> 2 int main() 3 { 4 int n,i,s,j,a[100],w,k; 5 while(scanf("%d",&n)==1) 6 { 7 printf("%d:",n); 8 for (i=2; i<=n; i++) 9 { 10 s=1; 11 ...
分类:其他好文   时间:2017-05-04 13:29:24    阅读次数:143
HustOJ - 1020
1 #include<iostream> 2 #include<vector> 3 #include<string> 4 #include<algorithm> //reverse所在头文件 5 using namespace std; 6 bool Comp(const string &str1, ...
分类:其他好文   时间:2017-05-04 13:28:22    阅读次数:174
HustOJ - 1012
1 #include<stdio.h> 2 #include<math.h> 3 int main() 4 { 5 unsigned int a,b,t,i,s,v,n=0; 6 for (;scanf("%d%d",&a,&b)==2;) 7 { 8 if (a>b) 9 { 10 t=a; 11 ...
分类:其他好文   时间:2017-05-04 13:27:59    阅读次数:148
HustOJ - 1023
1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 char n; 6 int i=1; 7 int s=0; 8 while(cin.get(n)) 9 { 10 if (n=='#')break; 11 if (n!='\ ...
分类:其他好文   时间:2017-05-04 13:27:52    阅读次数:175
83条   上一页 1 2 3 4 5 6 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!