Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

How to solve A + B problem

Revision en2, by 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.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Thanos234 2023-02-10 00:10:43 1 Tiny change: 'you have to integers' -> 'you have two integers'
en1 English Thanos234 2023-02-10 00:10:05 568 Initial revision (published)