Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
contar_divisores_de_N
//fpc 3.0.0 program contar_divisores_de_N; var n, cont_num_div, divisor : integer; begin read(n); cont_num_div := 0; divisor := 1; while ( divisor <= n ) do begin if (n mod divisor = 0) then cont_num_div := cont_num_div + 1; divisor := divisor + 1; end; write('La cantidad fe divisores exactos de ',n,' es ',cont_num_div); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Helpme
aaaaaaa
Calculatrice 1.0
exRecords
test28
codigo
JOZIANE NEVES DE SOUZA 600630041
TID_Calculator
5º Questão VS - 1º Sem. 2017
test22
Please log in to post a comment.