update README
This commit is contained in:
@@ -1,2 +1,10 @@
|
|||||||
# Perfect PS Contest setting
|
# 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'
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user