Advertisement
Guest User

Untitled

a guest
Feb 10th, 2012
2,662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. import java.io. * ;
  2. public class Main {
  3. public static void main(String[] args) {
  4. new a();
  5. }
  6. static class a { /* I have no idea what I'm doing */
  7. public static Console i;
  8. public a() {
  9. i = System.console(); /* Read in data */
  10. String t = aa.bb();
  11. String phg = reddit.ba();
  12. int r = ca.ab(); /* Output */
  13. System.out.printf(hj("eW91ciBuYW1lIGlzICVzLCB5b3UgYXJlICVkIHllYXJzIG9sZCwgYW5kIHlvdXIgdXNlcm5hbWUgaXMgJXM=") + "\n", t, r, phg);
  14. }
  15. public static String hj(String t) {
  16. return new String(javax.xml.bind.DatatypeConverter.parseBase64Binary(t));
  17. }
  18. }
  19. static class aa {
  20. public static String bb() {
  21. return a.i.readLine(a.hj("SGV5IGd1eSwgd2hhdCdzIHlvdXIgbmFtZT86IA=="));
  22. }
  23. }
  24. static class reddit {
  25. public static String ba() {
  26. return a.i.readLine(a.hj("V2hhdCBpcyB5b3VyIHJlZGRpdCB1c2VybmFtZT86IA=="));
  27. }
  28. }
  29. static class ca {
  30. public static int ab() {
  31. return Integer.parseInt(a.i.readLine(a.hj("SG93IG1hbnkgeWVhcnMgZG8geW91IHlpZWxkPzog")));
  32. }
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement