6364656667686970717273
odos.flush(); for (int i = Short.MAX_VALUE; i < ((int)Short.MAX_VALUE + 10000); i++) { out.writeInt(i); odos.writeInt(i); } out.flush(); odos.flush(); for (long i = Integer.MAX_VALUE; i < ((long)Integer.MAX_VALUE + 10000);i++)
8081828384858687888990
6263646566676869707172
odos.flush(); for (int i = Short.MAX_VALUE; i < ((int)Short.MAX_VALUE + 10000); i++) { dos.writeInt(i); odos.writeInt(i); } dos.flush(); odos.flush(); for (long i = Integer.MAX_VALUE; i < ((long)Integer.MAX_VALUE + 10000);i++)