import ; import builder; auto main() -> int { Builder builder; auto ret = builder.fill_param1().fill_param2().build(); std::println("{}", ret); }