sorry if its a little bit too unreadable but heres the code
class completelyunreadable {
static String[][]dat=new String[16][16];
public static void main(String[] args) {
dat[0][0]=String.format("%"+7+"s",Integer.toBinaryString(62)).replace(' ','0');
dat[0][1]="";
for(char lXm91zY:dat[0][0].toCharArray()){dat[0][1]+=(lXm91zY=='0')?'1':'0';}
dat[0][2] = Character.toString((char)(100&63)+41)+Character.toString((char)15<<3|9)+Character.toString((char)36&50)+(char)Integer.parseInt(dat[0][1],2)+Character.toString((char)(83^35)+79-(78|69))+Character.toString((char)118&120);
System.out.println(dat[0][2]);
}
}```