class Main {
    static public void main (String[] arg) {
        new Simulator().runLongSimulation();
    }
}
