5 public static int Main ()
8 bool[] r
= new bool [16];
10 for (int i
= 1; i
< 16; i
++)
13 if (a
< System
.UInt64
.MaxValue
)
15 if (a
<= System
.UInt64
.MaxValue
)
17 if (System
.UInt64
.MaxValue
> a
)
19 if (System
.UInt64
.MaxValue
>= a
)
23 if (b
< System
.UInt64
.MaxValue
)
25 if (b
<= System
.UInt64
.MaxValue
)
27 if (System
.UInt64
.MaxValue
> b
)
29 if (System
.UInt64
.MaxValue
>= b
)
33 if (c
< System
.UInt16
.MaxValue
)
35 if (c
<= System
.UInt16
.MaxValue
)
37 if (System
.UInt16
.MaxValue
> c
)
39 if (System
.UInt16
.MaxValue
>= c
)
43 if (d
< System
.Byte
.MaxValue
)
45 if (d
<= System
.Byte
.MaxValue
)
47 if (System
.Byte
.MaxValue
> d
)
49 if (System
.Byte
.MaxValue
>= d
)
52 foreach (bool check
in r
)