#pragma once #include namespace yaha { std::vector two_sum(std::vector &nums, int target); }