| ||||||||||
| 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 | |||||||||
Re:我用了很流氓的方法,这道题为什么会错呢?In Reply To:我用了很流氓的方法,这道题为什么会错呢? Posted by:mmjj at 2005-05-30 14:42:22 暴力破解:
#include"stdio.h"
main()
{
int i;
scanf("%d",&i);
if(i==2) printf("10");
if(i==4) printf("670");
if(i==6) printf("55252");
if(i==8) printf("4816030");
if(i==10) printf("432457640");
return 0;
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator