Sum "A+B"

Problem #1

Tags: simple c-0

Who solved this?

Also available in: German Spanish French Arabic Chinese Romanian Russian Slovak
CodeAbbey Monks struggle with bug
Artist's impression of programmers struggling with The Bug.
Note that proper tools may be helpful!

Since starting could be hard sometimes, let us try the simplest problem possible. The goal is to have practice on submitting answers etc.

We need to sum two numbers and tell the result. Though you can do it manually, try to write a simple program in any language you know, or like, or want to learn.

Please watch THIS VIDEO from codeabbey author to get visual demo of writing and submitting solution (as briefly described below).

How to submit solution

If you are logged in, you will see the following fields below:

Example:

input data:
3 5

answer:
8

We provide samples of the program in several popular languages, but you are strongly advised not to browse them before you solve this task. :)

You need to login to get test data and submit solution.