-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.txt
55 lines (50 loc) · 852 Bytes
/
example.txt
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
float a = 0, b = 0, c = 0;
int a = 5;
int d = 0;
int foo(int a, string b){
print "ola";
}
int fff() {
return 650;
}
int gcd(int m, float n) {
float res = 0;
c = 6;
c = 5.543;
d = 6;
d = 4.234234;
d = gcd("aaa", "bbb");
d = res(5);
c = fff();
c = fff(324234, "bbb");
if (m!=n) {
if (m > n)
res = gcd(foo(5, "ala"), 5.0, 4);
else
res = gcd(5, 4);
repeat {
m = 2 * 4;
n = 6 * m;
} until ((n > 666) || (m ^ 101001));
res = gcd(666);
}
else
res = m;
while(1) {
break;
return ala;
#(lubie placki);
}
while(5) {
int liczba = 666;
liczba = 5;
}
liczba = 500;
res = ("aaa" + 66) / "fff";
print "ala";
print (res);
return res;
}
while(a >= b ) {
a = 1/2*(a+b/a);
}