When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

atlasworld's blog

By atlasworld, history, 5 years ago, In English

hi ! i came to see that there are there more supports in most compilers :

  1. int_fast64_t

  2. int64_t

  3. int_least64_t

i use long long every time ! which is the best , normal int probably not as it gives wa due to overflow !

which is the best in above 3 !

)

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Refer to this link: Your text to link here...

  • »
    »
    5 years ago, # ^ |
    Rev. 2   Vote: I like it +1 Vote: I do not like it

    but what about long long . int_fast64_t is best among three . but how it is to long long