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