update README

This commit is contained in:
2026-07-10 19:20:33 +09:00
parent 2e53b25851
commit 109cc1586b
+8
View File
@@ -1,2 +1,10 @@
# Perfect PS Contest setting
```bash
mkdir {A..M}
touch {A..M}/main.cpp
# alias solve='g++ main.cpp -o main -g -fsanitize=undefined,address -fno-omit-frame-pointer -Wall -Wextra && echo "Compile Done" && time ./main'
# alias fast='g++ main.cpp -o main -O2 -Wall && echo "Compile Done" && time ./main'
```