It's Python day !!!

This commit is contained in:
2026-04-06 20:54:45 +02:00
parent 4f4180afc7
commit c0aa29791f
3 changed files with 36 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
```bash
g++ "code.cpp" -o a.out && ./a.out < input.txt && rm a.out
cses-cli submit -c problemset -t 1640 src/CSES.\ 1640.py
```