This is one of the first commits in a plan to remove all `using namespace std;` lines in the entire codebase as it is considered anti-pattern today.
Use either int64_t, uint64_t or long long and unsigned long long, defined as per C++11 standard