#include #include using namespace std; int main() { int n; cin >> n; assert(1 <= n && n <= 100'000); return 0; }