#include extern long long my_strtoll (const char * restrict _Nptr, char ** restrict _Endptr, int _Base); int main() { return 0; }