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

Re:我用了很流氓的方法,这道题为什么会错呢?

Posted by jinlang5252 at 2006-08-08 20:06:52 on Problem 2346
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:
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