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

Thanos234's blog

By Thanos234, history, 17 months ago, In English

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.

  • Vote: I like it
  • -36
  • Vote: I do not like it

| Write comment?
»
17 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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