Samosas
TIME LIMIT = 1 SEC.
- Who doesn't love those hot, delicious samosas in the canteen every evening? The majority of the rush near the counter is only due to those samosas. Hundreds of samosas vanish in less than five minutes. Due to this, it becomes hard for the canteen people to keep track of how many samosas they sell each day. They're now asking for your help to deal with this issue.
Given the number of samosas they sell each day in a week, print their week's average
Input | Output |
Six lines containing the number of samosas sold on each day. | Print the average number of samosas sold that week, accurate to two decimal places. |
- 1 ≤ Number of samosas sold each day ≤ 109