Блог пользователя SPyofgame

Автор SPyofgame, история, 4 года назад, По-английски

I am wondering if I could always replace all long long type into int64_t type without breaking the program ? Will it somehow affects the program or remains the same ?

And how about the relationship between int and int32_t types

  • Проголосовать: нравится
  • +4
  • Проголосовать: не нравится

»
4 года назад, # |
Rev. 2   Проголосовать: нравится +2 Проголосовать: не нравится

On some platforms (e.g. Yandex.Contest GCC x64) the following code will cause a compilation error

Spoiler