-
-
0哈哈,老子又回来啦
-
0实验5 - STL应用 http://acm.bjfu.edu.cn/acmhome/contest.do?&method=contestDet 字符串排序 http://acm.bjfu.edu.cn/acmhome/problemdetail.do?&method=show list使用 http://acm.bjfu.edu.cn/acmhome/problemdetail.do?&method=show 实验6 – 综合 http://acm.bjfu.edu.cn/acmhome/contest.do?&method=contestDet 实验4-自定义模板 http://acm.bjfu.edu.cn/acmhome/contest.do?&method=contestDet 实验3-运算符重载 http://acm.bjfu.edu.cn/acmhome/contest.do?&method=contestDet 基础 http://acm.bjfu.edu.cn/acmhome/contest.do?&method=contestDet 进阶 http://acm.bjfu.e
-
10看记录记忆就回来了 哈哈哈哈的笑个不停 要过的开心啊
-
0// 0213.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include<iostream> using namespace std; const int Len = 40; struct golf { char fullname[Len]; int handicap; }; void setgolf(golf &g,const char * name ,int hc) { strcpy(g.fullname,name); g.handicap=hc; } int setgolf(golf &g); void handicap(golf &g,int hc); void showgolf(const golf &g); int main() { int i=0; golf g; do { cin>>"name:">>g.fullname>>"\n"; cin>>"handicap:">>g.handicap>>"\n"; if(strcmp(g.fullname,&q
-
0#include "stdafx.h" #include<iostream> using namespace std; template<class T> T maxn( T *arr, int n) { T max=0; for(int i=0;i<n;i++) { if(max<*(arr+i)) { max=*(arr+i); } } return max; } int main() { int a[6]; double b[4]; cout<<"请输入包含6个int元素的数组:"<<endl; for(int i=0;i<6;i++) { cin>>a[i]; } cout<<maxn(a,6)<<endl; cout<<"请输入包含个double元素的数组:"<<endl; for(int i=0;i<4;i++) { cin>>b[i]; } cout<<maxn(b,4)<<endl; return 0; }
-
0#include "stdafx.h" #include<iostream> using namespace std; #include<string> string My_toupper(string a); int main() { string a,b; for(;1;) { cin>>a; if(a=="q") return 0; else { b=My_toupper(a); cout<<b<<endl; } } return 0; } string My_toupper(string a) { int s=a.size(); for(int i=0;i<s;i++) { a[i]=toupper(a[i]); } return a; }
-
2// 8979.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> #include<vector> using namespace std; int Sum(vector<double>str); int Input(vector<double>str,int n); int main() { int n; cin >> n; vector<double> arr; Input(arr, n); cout << Sum(arr) << endl; return 0; } int Input(vector<double>str,int n) { for(int i=0;i<n;i++) { cin<<str[i]; } }
-
0#include "stdafx.h" #include<iostream> using namespace std; int main() { int n; cin>>n; int a[2][101]; for(int i=0;i<n;i++) { cin>>a[0][i]>>a[1][i]; if(a[0][i]<=0||a[0][i]>=10||a[1][i]<=0||a[1][i]>=10||a[0][i]>a[1][i])return 0; } for(int i=0;i<n;i++) { for(;a[0][i]<=a[1][i];a[0][i]++) { for(int j=1;j<=a[0][i];j++) { printf("%d*%d=%d\t",a[0][i],j,a[0][i]*j); } printf("\n"); } } return 0; }
-
0#include <stdio.h> #include<stdlib.h> void main() { FILE *fp; char c; struct /*定义结构体变量*/ { char name[20]; int num; int g[5]; int ave; int r; int r[5]; }stu[30]; printf("班级学习成绩管理系统\n1、录入并保存成绩\n2、修改或删除成绩\n3、调取单个人的平均成绩\n4、所有人平均成绩排序\n5、调取单门课程的平均成绩\n6、调取每门课的平均成绩并排序\n7、调取某一人在班级的名次\n8、调取某一课程所有人的成绩排序\n9、退出\n"); int n; begin:scanf("%d",&n); if(n<1|
-
7// 423.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #define N 10 void px(int *x,int n) { int *a,i,j,m; a=x; for(i=1;i<=n-1;i++) { for(m=1;m<=n-i;m++) {if(*(a+m-1)<*(a+m)) { j=*(a+m-1); *(a+m-1)=*(a+m); *(a+m)=j; } } } } int _tmain(int argc, _TCHAR* argv[]) { int *p,i,a[N]; p=a; for(i=1;i<=N;i++) scanf("%d",p++); px(p,N); for(i=1;i<=N;i++) printf("%d",*p++); return 0; }
-
1
-
0
-
2
-
4
-
0…………
-
2
-
19
-
1
-
0挺好看的真的! 感觉会像步步惊心一样火了 毕竟一个导演
-
1猜猜怎么唱
-
1
-
3@止不住旳悲伤
-
1亲爱的各位吧友:欢迎来到黄彦宁
-
2舅你要吗舅你要吗舅你要吗 Hello弟弟
-
9谁都不许抢
-
16记录第十年并将继续走下去的super junior
-
5来粉啊