commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
0 0 0
|
||||
0 0 1
|
||||
0 1 0
|
||||
1 0 0
|
||||
0 1 1
|
||||
1 0 1
|
||||
1 1 0
|
||||
1 1 1
|
||||
@@ -0,0 +1,8 @@
|
||||
0 4 0
|
||||
3 0 0
|
||||
3 0 6
|
||||
7 3 6
|
||||
7 3 0
|
||||
4 7 0
|
||||
0 4 6
|
||||
4 7 6
|
||||
@@ -0,0 +1,7 @@
|
||||
sum_x = 0
|
||||
|
||||
for i in range(8):
|
||||
x, _, _ = map(int, input().strip().split(" "))
|
||||
sum_x += x
|
||||
|
||||
print(sum_x / 8)
|
||||
Reference in New Issue
Block a user