导航切换
Back
Overview
Status
Standings
Clarifications
Login
Login
Register
Start:
Oct, 12, 2016 00:00:00
2016程序设计基础第四次作业
End:
Jan, 05, 2017 02:00:00
Time elapsed:
Time remaining:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
【C系列5.12】指针专题之求平均值
1997
Time Limit:
1 s
Memory Limit:
32 MB
Submission:
393
AC:
175
Score:
1
Submit
Codes
Description
随意输入十个整数,利用指针实现对这十个整数的访问,求其平均值,结果保留到小数点后两位。
Input
输入包含多组测试数据,每组测试数据包含十个绝对值不大于100的整数。
Output
平均数,保留到小数点后两位。
Samples
input
Copy
1 1 1 1 1 1 1 1 1 1
output
Copy
1.00
Submit
Codes