A + B is often used as an example of the easiest problem possible to show some contest platform. However, some scientists have observed that sometimes this problem is not so easy to get accepted. Want to try?
Input
The input contains two integers a and b (0 ≤ a, b ≤ 103), separated by a single space.
Output
Output the sum of the given integers.
Examples
input
5 14
output
19
input
381 492
output
873
Solution:
#include <iostream> #include <iomanip> #include <cstdio> #include <set> #include <vector> #include <map> #include <cmath> #include <algorithm> #include <memory.h> #include <string> #include <cstring> #include <sstream> #include <cstdlib> #include <ctime> #include <cassert> using namespace std; int main() { int a, b; cin >> a >> b; cout << a + b << endl; return 0; }
Related posts:
Save the problem
Scheduling jobs on two machines
Recommendations
Dice Tower
Alice and Hairdresser
Bad Ugly Numbers
Hiking
Rusty String
Born This Way
Game
Cách giải hay cho những bài toán trên vnspoj
New Year and the Mallard Expedition
Primitive Root
New Year Ratings Change
Marbles
Captain Marmot
New Year and Days
Party
New Year and Old Property
Number of paths of fixed length / Shortest paths of fixed length
Meaningless Operations
Connected Components
Wilbur and Array
Discrete Root
Burnside's lemma / Pólya enumeration theorem
Hongcow Buys a Deck of Cards
New Year Permutation
Double Permutation Inc
Splitting the Uniqueness
PolandBall and Forest
Mateusz and an Infinite Sequence
Quiz