struct Solution {} impl Solution { pub fn second_greater_element(nums: Vec) -> Vec { let n = nums.len(); } } fn main() {}