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

2027Wrong Answer现代码副上,请指点

Posted by hbu_angle at 2005-08-21 15:03:23
#include"stdio.h"
main()
{
 int x[100],y[100];
 int n,i;
 scanf("\n%d",&n);
 for(i=0;i<n;i++)
 {scanf("\n%d",&x[i]);
  scanf("%d",&y[i]);
  }
 for(i=0;i<n;i++)
  if(x[i]<y[i])
   printf("\nNO BRAIN\n");
  else
   printf("\nMMM BRAIN\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