#pragma once int atoi(const char *nptr); long atol(const char *nptr); long long atoll(const char *nptr);