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

Автор DDr89ijk, история, 11 месяцев назад, По-английски

Is there any difference between 1ll and 1LL in C++? (I know, it's a really silly question)

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

»
11 месяцев назад, # |
  Проголосовать: нравится +39 Проголосовать: не нравится

1LL is readable independently of the font shape and size.

»
11 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Both are same and it is used to represent that 1 is in 64-bits. The only difference is one is in small letters and the other is in capital. You can read the first point : Common Mistakes in Competitive Programming