Compare commits

..

3 commits

Author SHA1 Message Date
4fc0898e63 2023: d03: ex2: add solution 2023-12-03 15:17:08 +00:00
4de0dab35d 2023: d03: ex2: add input 2023-12-03 15:17:02 +00:00
ad3407cd30 2023: d03: ex1: add solution 2023-12-03 15:16:56 +00:00
2 changed files with 2 additions and 0 deletions

View file

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

View file

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