#include using namespace std; typedef long long ll; void solve(){ } int main() { cin.tie(0)->sync_with_stdio(false); solve(); return 0; }