-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathin3.txt
57 lines (54 loc) · 871 Bytes
/
in3.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
56
57
//#include in2.txt
/*sub test_1(){}
sub test_2(int a){}
sub test_3(float a){}
sub test_4(int a, float b){}
//sub test_4_error(int a, float a){}
sub test_5(int a, float b, point c){}*/
//sub test_6(){}
sub A2(int a){
//zhushi
/*zhushi*/
biaoqian:
int d;
float f=1;
point p1,p2={1.,2.},p3={1.,2.}:{3.,4.}:{5.,6.}:{7.,8.};
d=(int)f;d+=(int)f+1;d-=(int)(f-1);d*=d*1;d/=d/1;d%=d%2;
d||=p2==p3||p2<=p3;d&&=p2!=p3&&p2>=p3;
d&=d&1;d|=d|1;d^=d^1;
d=!(p2>p3 and p2<p3 or -f==-(1+2*9.));
goto biaoqian;
}
sub B2(){
__rawins{
{23 0 0 1 0 60};
{23 0 0 10 60};
}
int d=1:2:3:*d;
if (d)
loop (8:10:15:0x20)
{
//C(1.:2:3:4);
// thread C(10);
if(0)
break;
else {
continue;
}
}
*d=(int)1.5;
while(1)
wait(1000);
do
wait(1000);
while(1);
}
sub C2(float c){
c=0;// */
int a;
if(a==1){
int i=0,j=1;
return();
}
}
// vim:ft=c: