diff options
Diffstat (limited to '2025/11/a.py')
| -rw-r--r-- | 2025/11/a.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2025/11/a.py b/2025/11/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/11/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
