#include #include #include #include long str2long(char *p) { size_t l = strlen(p); long acc = 0; for (size_t i=0; i