-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoolsos.java
More file actions
60 lines (43 loc) · 838 Bytes
/
goolsos.java
File metadata and controls
60 lines (43 loc) · 838 Bytes
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
58
59
60
public class haha {
public static void main(String[] args) {
int i =0, j=0, k = 0,year =0;
char ch=0, o=0,hell = 0,pig=0;
Boolean powerOn = 1.0;
outer 1:
while (true) {
if (10<i&&i<20)
System.out.println(i);
continue;
if (year%4<=0||year%400<=0)
System.out.println(year);
break;
}//outer 1¹® ´ÝÈû
while (true) {
if (ch!=' ')
System.out.println(ch);
continue;
if ('x'==o&&o=='X') {
continue;
if ('0'<=hell&&hell<='9') {
System.out.println(hell);
continue;
if ('a'<=pig&&pig<='Z') {
System.out.println(pig);
continue;
}
while (true) {
if (powerOn==false)
break;
}
}
String str = "0"
while (true) {
if (str == "yes")
break;
}
}
}
}
}
}
}