Submit solution

Points: 10 (partial)
Time limit: 1.0s
Memory limit: 256M
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C++, Pascal, Python

Statement

Mã đề: Tin8_04.
Cho ba số nguyên a, bc (|a|,|b|,|c| \leq 10^6).
Tính trung bình cộng của ba số.
Lưu ý: với đáp án tìm được, bạn cần làm tròn 2 chữ số thập phân để đạt điểm tuyệt đối.

Ví dụ

Input

3 1 1

Output

1.67

Comments

There are no comments at the moment.