#include #include int64_t entry(); int main(int argc, char** argv) { printf("%" PRId64 "\n", entry()); return 0; }