while true do let k=read_int()and t=ref 1 in(for i=2 to k do t:=!t+(if k/i*i=k then i else 0)done;Printf.printf"%d: %d\n"k!t)done