pub fn insert_or_add(
    map: &mut HashMap<String, String>,
    key: &str,
    default: usize,
    add: usize
)