We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77a4a5 commit 89cdfddCopy full SHA for 89cdfdd
13/7.py
@@ -42,7 +42,6 @@ def process(x, y, index):
42
# 연합 국가끼리 인구를 분배
43
for i, j in united:
44
graph[i][j] = summary // count
45
- return count
46
47
total_count = 0
48
0 commit comments