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