Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
khaithien
Program Pass; Var a,b,c,t,u: integer; Begin Write('a= '); Readln(a); Write('b= '); Readln(b); Write('c= '); Readln(c); t:=a+b+c; u:=a*b*c; if t=u then a:=t else b:=u; c:=t*u; t:=a+b*c; u:=a*b+c; if t<u then a:=t else b:=u; c:=t+u; t:=a+b*c; u:=a*b+c; if t<u then writeln(u-t) else write(t-u); Readln() End.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Task 3b
1
practica 11 ejercicio 4
число pi разными способами
вариант 6, номер 1
Matrix,colums with all equal elements
Task 1_2
Chouain
array
practica 7 ejercicio B4
Please log in to post a comment.