|
|
back to boardShow all messages Hide all messagesCorrected. Should be %I64d for long long variables, not %lld. Now I have AC. ----------------------------------------------------------- printf("%lld %lld",max_wynik,min_wynik); <---- BAD printf("%I64d %I64d,max_wynik,min_wynik); <---- GOOD Edited by author 15.02.2008 02:51 |
|
|