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

绝对暴力

Posted by 405040574 at 2009-12-31 19:28:17 on Problem 1012
#include <stdio.h>
int main()
{
    int k;
    for(;;)
    {
        scanf("%d",&k);
        if(!k)
        break;
        switch(k)
        {
            case 1:printf("2\n");break;
            case 2:printf("7\n");break;
            case 3:printf("5\n");break;
            case 4:printf("30\n");break;
            case 5:printf("169\n");break;
            case 6:printf("441\n");break;
            case 7:printf("1872\n");break;
            case 8:printf("7632\n");break;
            case 9:printf("1740\n");break;
            case 10:printf("93313\n");break;
            case 11:printf("459901\n");break;
            case 12:printf("1358657\n");break;
            case 13:printf("2504881\n");break;
        }
    }
    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