#include using namespace std; int main() { int64_t N; cin >> N; assert(1 <= N && N <= 1000000000000000000LL); }