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