How to solve A + B problem

Правка en2, от Thanos234, 2023-02-10 00:10:43

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.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Thanos234 2023-02-10 00:10:43 1 Tiny change: 'you have to integers' -> 'you have two integers'
en1 Английский Thanos234 2023-02-10 00:10:05 568 Initial revision (published)