When using MinGW own, more standard-compliant, STDIO library, the correct format specified to use for long long values is "%lld" and not "%I64d" as when using MSVC CRT. Closes #17736.
When using MinGW own, more standard-compliant, STDIO library, the correct format specified to use for long long values is "%lld" and not "%I64d" as when using MSVC CRT. Closes #17736.