index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
webtbs
/
tw3900.pp
blob: b317d317445dc8648800f40a5cac9ece86ab0b6a (
plain
)
1
2
3
4
5
6
7
8
{
$Q
+}
uses math
;
var s1
,
s2
:byte
;
begin
s1
:=
2
;
s2
:=
77
;
writeln
(
0
-
min
(
s1
,
s2
));
end
.