Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Сортировка трёх чисел в порядке возрастания
var a, b, c, temp : integer; begin readln (a, b, c ); writeln ('a=', a, ' b=', b, ' c=', c); if a > b then begin temp := a; a := b; b := temp end; writeln ('a=', a, ' b=', b, ' c=', c); if b > c then begin temp := b; b := c; c := temp end; writeln ('a=', a, ' b=', b, ' c=', c); if a > b then begin temp := a; a := b; b:= temp end; writeln ('a=', a, ' b=', b, ' c=', c); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
arreglo suma1
Assignment 1
How many letters?
power of a number
real vs integer
Linha d'água de uma caixa retangular
nigger
Бассейн-5
Task 1
1 задание
stackse - search stackoverflow differently
Please log in to post a comment.