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