teamnote history merge
This commit is contained in:
3
2025fall/source/poro.cpp
Normal file
3
2025fall/source/poro.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
mkdir {A..M}
|
||||
alias solve='g++ main.cpp -o solve_exefile -g -fsanitize=undefined,address -fno-omit-frame-pointer -Wall -Wextra && echo "Compile Done" && time ./solve_exefile'
|
||||
alias fast='g++ main.cpp -o solve_exefile -O2 -Wall && echo "Compile Done" && time ./solve_exefile'
|
||||
Reference in New Issue
Block a user