#include #include int64_t print_int(int64_t value) { printf("%ld\n", value); return 0; }