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