Why in some questions this is written for taking inputs in c++

Please, do not write the %lld specifier to read or write 64-bit integers in C++. It is preferred to use the cin, cout streams or the %I64d specifier.

How this can effect inputs