7 lines
72 B
ObjectPascal
7 lines
72 B
ObjectPascal
uses System;
|
|
var
|
|
i: byte;
|
|
u: uint64;
|
|
begin
|
|
writeln(i and u);
|
|
end. |