let () = let n = Scanf.scanf "%d\n" (fun x -> x) in let s = if n <> 0 then (string_of_int n) ^ "0" else "0" in Printf.printf "%s\n" s