#include #include #include using namespace std; int main() { std::cin.tie(0); std::ios::sync_with_stdio(false); int N; cin >> N; for(int i=0;i