Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:哈哈哈,终于做出来了!!!!!!

Posted by 90405137 at 2004-12-29 16:38:17 on Problem 1547
In Reply To:大牛们,Wrong answer,帮帮忙呀!!!!!!!! Posted by:qwj at 2004-12-24 17:37:58
#include<stdio.h>
#include<math.h>
void main(){
	int n,i,p,q,max,min,sum[10],y,x;
    scanf("%d",&n);
	while(n!=-1)
{
		struct student{
			int num1;
			int num2;
			int num3;
			char name[10];
		}stu[10];
		for(i=0;i<n;i++){
			scanf("%d %d %d %s",&stu[i].num1,&stu[i].num2,&stu[i].num3,&stu[i].name);
            sum[i]=stu[i].num1*stu[i].num2*stu[i].num3;}
			max=0;
			min=501;
			for(p=0;p<n;p++)
				if(max<sum[p])  {x=p; max=sum[p];}
			for(q=0;q<n;q++)
				if(min>sum[q])  {y=q; min=sum[q];}
			printf("%s took clay from %s.\n",stu[x].name,stu[y].name);
	     scanf("%d",&n);
	}		
	
}


Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator