Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Моделирование div mod
//fpc 3.0.0 program HelloWorld; var a, b, s, n : integer; begin a := 5; b := 6; s := b; n := 0; while s <= a do begin s := s + b; n := n + 1; end; writeln ( n, a - s + b ); writeln('Hello, world!'); end.
run
|
edit
|
history
|
help
0
12345
ANDERSON MARINS DE SOUZA 600622591
Naloga 5: 9.2.2011
Régua Para tanque cilindrico horizontal
qqqq3
pascal sizeof
Llena un arreglo (con while)
For8
Tugas
practica 2 ejercicio 9