# Week 2 - Base 2 Average

# Description

หาค่าเฉลี่ยจากเลขฐานสอง10ตัวให้พี่หน่อยสิครับ Warp: http://stackoverflow.com/questions/8928240/convert-base-2-binary-number-string-to-int (opens new window)

# Specification

Input Specification Output Specification
10บรรทัด เป็นเลขฐานสอง 1บรรทัด ค่าเฉลี่ยของตัวเลข

# Sample Case

Sample Input Sample Output
01010101011
10110101011
10101010101
10101010101
01101010101
10101011100
10101010101
10101101010
10101010101
10110101011
1265.6
🕑: 9/4/2022, 2:32:20 PM