| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
2027Wrong Answer现代码副上,请指点#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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator