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 kuaichenyang at 2015-08-14 10:23:24 on Problem 3716
#include <stdio.h>

int main()
{
    int N;
    for(scanf("%d",&N);N--;)
    {
        int a,b;
        scanf("%d%d",&a,&b);
        printf("%.3lf\n",(a+b+10)*1.0/7);
    }
    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