Update Documents/Skaitļučupa(Cupa)_Python.py
parent
9a7ae9c957
commit
c1ae201c19
|
@ -1,5 +1,5 @@
|
|||
from collections import defaultdict
|
||||
|
||||
#qweqweqwe
|
||||
# I
|
||||
N, M = map(int, input().split())
|
||||
cup = defaultdict(int)
|
||||
|
|
Loading…
Reference in New Issue