#include void solve(){ } int main(){ std::cin.tie(0)->sync_with_stdio(false); solve(); return 0; }