Update assignment 09

This commit is contained in:
Minseong Jang
2022-11-17 10:52:52 +09:00
parent 2690f1ffcf
commit 3351e8d330

View File

@@ -121,7 +121,7 @@ pub fn sum_is_n(inner: Vec<Vec<i64>>, n: i64) -> usize {
todo!() todo!()
} }
/// Returns a new vector that contains the item that appears `n` times in the input vector. /// Returns a new vector that contains the item that appears `n` times in the input vector in increasing order.
/// ///
/// # Example /// # Example
/// ///