mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-11-09 21:59:06 +01:00
4 lines
No EOL
133 B
Bash
Executable file
4 lines
No EOL
133 B
Bash
Executable file
#!/bin/sh
|
|
|
|
javac -cp ".;*" $1.java
|
|
java -Xmx512M -Xss64M -DONLINE_JUDGE=true -Duser.language=en -Duser.region=US -Duser.variant=US $1 |