boj step 8 rework

This commit is contained in:
2024-03-14 16:31:19 +09:00
parent 91154a5af1
commit 2b3cfa9426
5 changed files with 113 additions and 0 deletions

4
zeta_cpp/run.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
if [ -z "$*" ]; then echo "No args"; exit 0; fi
g++ -std=c++17 $1
./a.out < stdin.txt