#include #include vlong atoll(char *s) { return strtoll(s, 0, 0); }