-
Notifications
You must be signed in to change notification settings - Fork 0
/
SCRAMBLED.java
27 lines (26 loc) · 909 Bytes
/
SCRAMBLED.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
public class YKXs {
public static void main(String[] args) {
String msg = USkJGwUp();
System.out.println(msg);
}
public static String USkJGwUp() {
return new StringBuilder(new StringBuilder((new Object() {
long t;
public String toString() {
byte[] buf = new byte[12];
t = 805898673L; buf[0] = (byte) (t >>> 13);
t = 965790588L; buf[1] = (byte) (t >>> 9);
t = 1922316505L; buf[2] = (byte) (t >>> 1);
t = 105604781L; buf[3] = (byte) (t >>> 11);
t = 2958945503L; buf[4] = (byte) (t >>> 1);
t = 883591298L; buf[5] = (byte) (t >>> 2);
t = 1501739252L; buf[6] = (byte) (t >>> 11);
t = 590777828L; buf[7] = (byte) (t >>> 5);
t = 3104606268L; buf[8] = (byte) (t >>> 23);
t = 3385691947L; buf[9] = (byte) (t >>> 13);
t = 4131730282L; buf[10] = (byte) (t >>> 20);
t = 1645935893L; buf[11] = (byte) (t >>> 20);
return new String(buf);
}}.toString())).reverse().toString()).reverse().toString();
}
}