Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
codigo
program uwu; var numero,aux,i,suma:int64; begin repeat read(numero); until (numero > 0); aux:=numero; suma:=0; for i:=1 to numero do begin if (aux mod i = 0) then begin suma:=suma+i; end; end; if (suma > 2*(numero)) then write('El numero ',numero,' ES ABUNDANTE') else write('El numero ',numero,' NO ES ABUNDANTE'); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
For5
gauss__sum
fini
Escribir numeros a palabras hasta 4 digitos
Pokazivaci, ulancane liste
P170808C
insertion sort (from: Pascal-Programming.info)
[DE/GER] Caesar Chiffre (Entschlüsseln)
test10
Для Лехи -2
stackse - search stackoverflow differently
Please log in to post a comment.