#include using namespace std; int main() { int n; cin >> n; assert(n >= 1); assert(n <= (1 << 16)); }