Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
факторизация 2019
var n, i, st : integer; begin i := 2; st := 0; readln (n); while i <= n do begin while n mod i = 0 do begin n := n div i; st := st + 1; end; if st <> 0 then begin write (i, '**', st, ' * '); st := 0; end; i := i + 1; end; end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
dz_lesson_17
suduko solver
08 Ariketa
Бассейн-8
Unicorn
digits_count
Promedio con aprobación
123
test07
janja - naloga 2 - 11.7.2013
Please log in to post a comment.