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