2023: d03: ex1: add input

This commit is contained in:
Bruno BELANYI 2023-12-03 15:16:50 +00:00
parent 1193810e57
commit 2923fd5dcc
2 changed files with 142 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python
import functools
import math
import operator as op
import sys
from collections import Counter
from enum import StrEnum