| ||||||||||
| 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>
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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator