What are the compiler options that the judge uses?

Some languages are weirdly slow on some problems. Do they have optimization enabled/disabled while compiling? Does the online judge use any specific options while compiling my program? Is there a way for me to know what these options are for different languages?

4 Likes
26 Likes

Python
import psyco
psyco.full()

I have to submit my code written in the Swift language. But no compiler is showing for Swift language. Please let me know how can I submit Swift code?

I wonder if you want to specify -Xss for Java as well

3 Likes

how to run .java file with this optimization?