博文
test(2006-06-20 16:00:00)
摘要:http://acm.pku.edu.cn/JudgeOnline/problemlist?volume=6
这个的 1580---1589
魏萌 15:33:13
我的帐号是 :lovelacewei
密码: 7758521
我邮箱:lovelacewei@163.com
#include <iostream.h>
#include <string.h>
int main()
{
int i,j;
char a[100],b[100];
int sum,sum1;
cin>>a>>b;
sum=0;
for(j=0;j<strlen(a)+strlen(b);j++)
{
sum1=0;
i=j;
if(j>strlen(a)-1)
i=strlen(a)-1;
while(i>=0)
{
if(a[i]==b[i])
sum1++;
i--;
}
if(sum<sum1)
sum=sum1;
}......
test(2006-05-25 18:43:00)
摘要:
姓名
张星标
身份证件号
362525198510130310
准考证
440021105101322
语言级别
CET4
总分
467
听力分数
104
阅读分数
208
写作分数
43
综合测试分数
112
听力:(满分142) 阅读:(满分284) 综合:(满分178) 作文:(满分106)
姓名
张星标
身份证件号
362525198510130310
准考证
440021052201616
语言级别
CET6
总分
385
听力分数
89
阅读分数
158
写作分数
56
综合测试分数
82
......
test(2006-05-07 14:23:00)
摘要:struct student { char school[10]; char number[11]; } elva6401;strcpy(elva6401.school,"暨南大学");strcpy(elva6401.number,"2003052136");......
test(数据分析)(2006-04-23 10:31:00)
摘要:
年份
报考数量
录取人数
2006
65
2005
120
20
2004
64
18
2003
40
9
2002
10
......
test(2006-04-08 13:44:00)
摘要:
1. cpp
#include <iostream.h>
int main()
{
int n,i;
long s,a[4];
while(cin>>n)
{
if(n==0) return 0;
cin>>a[0];
s=a[0];
for(i=1;i<n;i++)
{
cin>>a[i];
if(s<a[i]......
test(2005-12-14 16:02:00)
摘要:#include <iostream.h>#include <fstream.h>#include <string.h>struct mess{ char name[10]; char tel[13]; char mobile[20]; char adress[25];}M[100];int main(){ int n=0; char Pass[13]="456789"; char E_Pass[13]; int i; char choice; ifstream f1("password.in"); ifstream f2("date.in"); f1>>Pass; for(i=0;i<strlen(Pass);i++) Pass[i]-=4; f1>>n; cout<<"Enter The Password:\n"; for(i=0;i<3;i++) { cin>>E_Pass; if(strcmp(Pass,E_Pass)==0) break; cout<<"Wrong Password("<<i+1<<")!\n"; } if(strcmp(Pass,E_Pass)!=0) { cout<<"sorry! Wrong Password 88\n"; return 0; } for(i=0;i<n;i++) { f2>>M[i].name>>M[i].tel>>M[i].mobile>>M[i].adress; } while(1) { cout<<"enter choice: Qiut,Pas......
test(2005-12-01 22:25:00)
摘要:就大三了,想想上大学之前还没有上过网.现在整天上,上网时间太多拉.收集了我用过的网名
xingbiaoge
286231157
标哥
小萧
elva6401
52-elva
while
LaLa
CaiNiao
CaiBird
C@iNi@o
opt
......
保险精算与金融工程(2005-10-22 15:24:00)
摘要:2004 ①101政治②201英语③303数学(三)④415概率论与数理统计2005 ①101政治②201英语③303数学(三)④415概率统计与西方经济学
复试科目:统计学50%,西方经济学50%......
