Compare commits

..

3 commits

Author SHA1 Message Date
bdd585fec7 2023: d03: ex2: add solution 2023-12-04 11:10:05 +00:00
3d6780146b 2023: d03: ex2: add input 2023-12-04 11:10:05 +00:00
d52a3a1e59 2023: d03: ex1: add solution 2023-12-04 11:10:05 +00:00
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python
import itertools
import sys
from collections.abc import Iterator
from typing import NamedTuple

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python
import itertools
import sys
from collections import defaultdict
from collections.abc import Iterator