Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
ruteo
//fpc 3.0.0 program ruteo; const MIN = 1; MAX = 10; var a,b,c : integer; x,y : real; begin read(a,b,c); b:= b * MAX; c := b - a + MIN; writeln(a,' ',b,' ',c); readln(b,a); writeln(c,' ',b,' ',a); readln(y,x); x := x * MAX - MIN; y := y + MIN; writeln(x:8:1); writeln(y:0:3); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Genetic Pascal
IT101 - W4_1
LUIZ ANTONIO RANGEL MUNIZ 60061122
TID-CALCULATOR
урок 8 задача 5 символьный тип данных
test
asdfa
fixed vs scientific for double
the number is (not) prime
Operaciones 2 grado
stackse - search stackoverflow differently
Please log in to post a comment.