#include <tuple>
template<class...>class types_t{
using type=types_t; constexpr types_t(){};
};
template<class...Ts>
constexpr const types_t<Ts...> types={};
template<class T>class tag{using type=T;};
template<class Tag>using type_t=typename Tag::type;
template<class T>using block_deduction=type_t<tag<T>>;
template<class... Return, class... Args> std::tuple<Return...> Method(
types_t<Return...> ret_types,
types_t<Args...> arg_types,
block_deduction<Args>... args
);
int main(){}
I2luY2x1ZGUgPHR1cGxlPgoKdGVtcGxhdGU8Y2xhc3MuLi4+Y2xhc3MgdHlwZXNfdHsKCXVzaW5nIHR5cGU9dHlwZXNfdDsgY29uc3RleHByIHR5cGVzX3QoKXt9Owp9OwoKICB0ZW1wbGF0ZTxjbGFzcy4uLlRzPgogIGNvbnN0ZXhwciBjb25zdCB0eXBlc190PFRzLi4uPiB0eXBlcz17fTsKICAKICB0ZW1wbGF0ZTxjbGFzcyBUPmNsYXNzIHRhZ3t1c2luZyB0eXBlPVQ7fTsKICAKICB0ZW1wbGF0ZTxjbGFzcyBUYWc+dXNpbmcgdHlwZV90PXR5cGVuYW1lIFRhZzo6dHlwZTsKICAKICB0ZW1wbGF0ZTxjbGFzcyBUPnVzaW5nIGJsb2NrX2RlZHVjdGlvbj10eXBlX3Q8dGFnPFQ+PjsKICAKICB0ZW1wbGF0ZTxjbGFzcy4uLiBSZXR1cm4sIGNsYXNzLi4uIEFyZ3M+IHN0ZDo6dHVwbGU8UmV0dXJuLi4uPiBNZXRob2QoCiAgICB0eXBlc190PFJldHVybi4uLj4gcmV0X3R5cGVzLAogICAgdHlwZXNfdDxBcmdzLi4uPiBhcmdfdHlwZXMsCiAgICBibG9ja19kZWR1Y3Rpb248QXJncz4uLi4gYXJncwogICk7CgppbnQgbWFpbigpe30=