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 |
暴力破解(弄着玩的 可以作为测试数据)#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