Rust -повторный персонаж x раз
let formatted_title = format!("{:-^1$}", title, n);
Frightened Fly
let formatted_title = format!("{:-^1$}", title, n);