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

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

Let's consider the following problem — you have two integers 1 < A, B < 1000. And your task is to find the sum of them. Too difficult — you would say. Well... not really, see the thing is you do not have to implement the sum of two integers yourself. In many programming languages this option is already implemented. And you just have to put plus sign and that's it! For example you can make it in python and c++, also according to what I've heard — this option is also allowed in java and even javascript, but I am not sure.

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

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

Auto comment: topic has been updated by Thanos234 (previous revision, new revision, compare).