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 |
别卖了,难的又做不来,简单的又不愿做,别忘了你刚学的时候这题还不会呢In Reply To:不要为这种题目浪费时间 Posted by:id110202 at 2004-12-25 19:18:50 > #include<stdio.h> > int main() > { > int t,a,b; > scanf("%d",&t); > while(t-->0) > { > scanf("%d %d",&a,&b); > printf("%s\n",(a<b?"NO BRAINS":"MMM BRAINS")); > } > return 0; > } Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator