-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.txt
More file actions
59 lines (46 loc) · 780 Bytes
/
input.txt
File metadata and controls
59 lines (46 loc) · 780 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
void Fn1(3ayem x, rakam y){
x=3.3;
y=3;
}
rakam Fn2(rakam x){
x=0;
3ayem b=4.45;
return x;
}
void main(){
bool test;
test =True;
rakam g;
lef (g=0; g < 5; g++){
//ay haga
}
talama(test){
//test
}
rakam x1;
law (test){
x1= 5;
law (test){
rakam test2;
//test2 =3.3;
test2=5;
x1 += 4;
x1++;
}
}
rakam f;
f=3;
rakam x =1;
rakam a =1;
rakam y =1;
rakam t=2;
x=y+3*a/2+5-t;
y=x++;
x= x--;
a*=2;
a/=1;
--a;
a--;
a-=3;
test = f>x;
}