first commit
This commit is contained in:
4
scripts/g++-3.3
Executable file
4
scripts/g++-3.3
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/dash
|
||||
|
||||
export PATH=$PATH:/usr/bin:/bin
|
||||
exec /usr/bin/g++ -Wall -O2 -std=c++98 -DOJ -DONLINE_JUDGE -o main "$@" -lm
|
||||
Reference in New Issue
Block a user