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 3378107167 at 2025-10-22 13:25:45 on Problem 1004
In Reply To:水题......结果直接保留两位就够了......估计测试数据都是只有两位小数的...... Posted by:2017301530052 at 2019-09-23 16:38:51
> #include<stdio.h>
> #include<stdlib.h>
> int main()
> {
>浮子s,t;
> int i=12;
> while(i>0)
> {
> scanf(“%f”,&s);
> t+=s;
> i--;
> }
> printf(“$%.2f”,t/12.0);
>返回 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