What is the difference between long long and int64_t?
is it okay if I compare long long data with int64_t?
I tested it in CF and it worked fine, but I got compilation error in ICPC Dhaka regional preliminary. Is this because I compared long long data with int64_t? (I'm not seeing any other errors in my code + it runs in CF custom test)