import java.util.*;
import java.util.zip.*;
import java.util.List;
import java.util.regex.*;
import java.util.concurrent.*;
import java.util.concurrent.atomic.*;
import java.util.concurrent.locks.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;
import javax.swing.table.*;
import java.io.*;
import java.net.*;
import java.lang.reflect.*;
import java.lang.ref.*;
import java.lang.management.*;
import java.security.*;
import java.security.spec.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import javax.imageio.*;
import java.math.*;
class main {
static void print_append(StringBuffer buf, String s, int max) {
x30.print_append(buf, s, max);
}
// vararg fixer
static Object callMC(String method, String[] arg) {
return callMC(method, new Object[] {arg});
}
static Object callMC(String method, Object... args) {
return call(mc(), method, args);
}
static String fixNewLines(String s) {
return x30.fixNewLines(s);
}
static Object callF(Object f, Object... args) { try {
if (f instanceof String)
return callMC((String) f, args);
return x30.callF(f, args);
} catch (Exception __e) { throw rethrow(__e); } }
static A get(List l, int idx) {
return x30.get(l, idx);
}
static A get(A[] l, int idx) {
return x30.get(l, idx);
}
static boolean get(boolean[] l, int idx) {
return x30.get(l, idx);
}
static Object get(Object o, String field) {
return x30.get(o, field);
}
static Object get_raw(Object o, String field) {
return x30.get_raw(o, field);
}
static Object get(Class c, String field) {
return x30.get(c, field);
}
static Field get_findStaticField(Class> c, String field) {
return x30.get_findStaticField(c, field);
}
static Field get_findField(Class> c, String field) {
return x30.get_findField(c, field);
}
static Object call(Object o) {
return callF(o);
}
static Object call(Object o, String method, Object... args) {
return x30.call(o, method, args);
}
static boolean call_checkArgs(Method m, Object[] args, boolean debug) {
return x30.call_checkArgs(m, args, debug);
}
static Map newWeakHashMap() {
return x30.newWeakHashMap();
}
public static void main(final String[] args) throws Exception {
print("Hello world!");
}
static Class mc() {
return main.class;
}
static RuntimeException rethrow(Throwable t) {
if (t instanceof Error)
_handleError((Error) t);
throw t instanceof RuntimeException ? (RuntimeException) t : new RuntimeException(t);
}
static volatile StringBuffer local_log = new StringBuffer(); // not redirected
static volatile StringBuffer print_log = local_log; // might be redirected, e.g. to main bot
// in bytes - will cut to half that
static volatile int print_log_max = 1024*1024;
static volatile int local_log_max = 100*1024;
//static int print_maxLineLength = 0; // 0 = unset
static boolean print_silent; // total mute if set
static Object print_byThread_lock = new Object();
static volatile ThreadLocal