-
Notifications
You must be signed in to change notification settings - Fork 3
/
Main.java
57 lines (55 loc) · 3.43 KB
/
Main.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
int a = 0;
int name = 0;
String switchOnThis = "০ℴ௦ℴⲟo০౦ዐо๐ⲟ೦ዐℴჿⲟоዐ০ⲟ੦๐ዐо၀௦೦o০೦೦০০૦o";
boolean infiniteLoop = true;
int[] OPAQUES = new int[] { 47, 327, 173, 124, 257, 376, 607, 33, 341, 425, 110, 229, 516, 656, 271, 607, 628, 271, 145, 663, 7, 5, 7, 5 };
while (infiniteLoop) {
switch(switchOnThis) {
case "օ૦๐๐๐ℴօჿዐ૦০๐૦ዐℴ໐૦оዐօ೦ჿ๐ዐჿ೦௦૦౦౦௦໐օ০၀౦":
a = 3;
switchOnThis = "ℴ೦૦oо〇օ೦ዐ၀౦೦૦ዐℴⲟ໐੦ዐ০০ℴ〇ዐоо૦〇〇౦о၀ℴo੦ჿ";
break;
case "ℴoჿℴ೦〇ⲟ੦ዐℴoо೦ዐℴ໐૦౦ዐ੦օ๐๐ዐჿ๐੦๐๐ооо໐ⲟ〇๐":
if (OPAQUES[13] % OPAQUES[22] == OPAQUES[23]) {
name = 4;
switchOnThis = "೦౦੦ℴ๐օo૦ዐ௦๐ჿ౦ዐℴ੦оჿዐ੦௦ℴ໐ዐⲟo௦ℴ೦о੦ℴ০၀၀〇";
} else {
name = 4;
switchOnThis = "໐ⲟ૦о੦೦ℴoዐоօ০೦ዐℴоⲟჿዐ੦૦ooዐ〇໐o໐o၀௦೦೦ℴ၀၀";
}
break;
case "০૦௦oჿօ૦੦ዐ০๐૦oዐℴჿჿօዐ੦੦૦օዐօℴ০ჿօ೦๐օօ၀ℴօ":
a = 3;
switchOnThis = "օ໐๐੦๐૦໐〇ዐ໐౦੦໐ዐℴ໐๐ჿዐ੦ⲟⲟ೦ዐ၀ℴℴ௦ⲟⲟoо〇౦௦໐";
break;
case "໐໐૦օօо০օዐჿ௦ⲟ೦ዐℴⲟo၀ዐօℴօ໐ዐ௦ℴⲟ೦௦௦౦o੦〇ⲟ〇":
if (OPAQUES[0] % OPAQUES[20] != OPAQUES[21]) {
a = 3;
switchOnThis = "໐੦օ੦೦oჿ௦ዐ〇о૦૦ዐℴ๐ℴℴዐ੦໐о౦ዐо౦๐၀০〇౦૦௦ⲟ০ჿ";
} else {
a = 3;
switchOnThis = "ℴoჿℴ೦〇ⲟ੦ዐℴoо೦ዐℴ໐૦౦ዐ੦օ๐๐ዐჿ๐੦๐๐ооо໐ⲟ〇๐";
}
break;
case "০ℴ௦ℴⲟo০౦ዐо๐ⲟ೦ዐℴჿⲟоዐ০ⲟ੦๐ዐо၀௦೦o০೦೦০০૦o":
if (OPAQUES[12] % OPAQUES[20] == OPAQUES[21]) {
System.out.println("mohan");
switchOnThis = "໐໐૦օօо০օዐჿ௦ⲟ೦ዐℴⲟo၀ዐօℴօ໐ዐ௦ℴⲟ೦௦௦౦o੦〇ⲟ〇";
} else {
name = 4;
switchOnThis = "೦о০၀૦〇ℴ၀ዐօ๐೦౦ዐℴо〇๐ዐ૦౦૦౦ዐ௦օ੦౦௦௦ⲟoo໐օо";
}
break;
case "೦〇໐〇໐૦ჿ೦ዐ০০о೦ዐℴ໐໐ⲟዐօ๐о໐ዐⲟ೦၀〇০ⲟ௦ℴ௦๐ℴ໐":
name = 4;
switchOnThis = "ⲟ੦оⲟჿօо໐ዐ౦ℴ๐๐ዐℴo〇૦ዐօօჿ〇ዐ೦ⲟ၀੦၀օо໐๐௦ℴ๐";
break;
default:
infiniteLoop = false;
}
}
}
}