diff options
| author | Kumar Priyansh <[email protected]> | 2017-11-14 18:37:35 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-14 18:37:35 +0530 |
| commit | 30cd0d5760737e53264f28a151e768e0fe1bf197 (patch) | |
| tree | 02c8a12a866b45a46e25a884617bbb7348246100 | |
| parent | a8181e9139356a66df8bde601e492b7e2a82e02e (diff) | |
| download | MapOfIndia-30cd0d5760737e53264f28a151e768e0fe1bf197.tar.xz MapOfIndia-30cd0d5760737e53264f28a151e768e0fe1bf197.zip | |
Map Of India
| -rw-r--r-- | MapOfIndia.class | bin | 0 -> 1097 bytes | |||
| -rw-r--r-- | MapOfIndia.java | 33 |
2 files changed, 33 insertions, 0 deletions
diff --git a/MapOfIndia.class b/MapOfIndia.class Binary files differnew file mode 100644 index 0000000..6210cca --- /dev/null +++ b/MapOfIndia.class diff --git a/MapOfIndia.java b/MapOfIndia.java new file mode 100644 index 0000000..40ed957 --- /dev/null +++ b/MapOfIndia.java @@ -0,0 +1,33 @@ +import java.io.*; + +public class MapOfIndia +{ + public static void main(String[] args) throws Exception + { + String obfs="TFy!QJu ROo TNn(ROo)SLq SLq ULo+UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^NBELPeHBFHT}TnALVlBLOFAkHFOuFETpHCStHAUFAgcEAelclcn^r^r\\tZvYxXyT|S~Pn SPm SOn TNn ULo0ULo#ULo-WHq!WFs XDt!"; + int x = 10, y = 0, z = 10; + x = obfs.charAt(y); + while (x != 0) + { + if (y < 170) + { + x = obfs.charAt(y); + y++; + while(x > 64) + { + x--; + if(++z == 'Z') + { + z /= 9; + System.out.print((char)(z)); + } + else + System.out.print((char)(33 ^ (y & 0x01))); + } + } + else + break; + } + System.out.println("\n"); + } +}
\ No newline at end of file |
