Set 100Question 69

Kabir's Quick Sum

Very easyWritten in CMust finish in 2 seconds

Kabir is volunteering at a delivery service and needs a program that reads two integers and prints their sum, to speed up manual tallying.

What your program reads

Two integers A B.

What your program prints

A + B.

Limits

-10^6 ≤ A,B ≤ 10^6

Example input

828 883

Expected output

1711
main.c

Your work is saved in this browser as you type.

Loading editor…
Input for Run

Run tries your code on the input above and shows what it prints. Submit checks your output against every test, including hidden ones.

Shortcut: Ctrl + Enter sends it to the judge.

Kabir's Quick Sum · DIU ContestHub