April Fools Day Contest 2014 逗比的专场(二)

2014-11-24 11:29:01 · 作者: · 浏览: 2
mple 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.

Sample test(s) input
5 14
output
19
input
381 492
output
873
普通的A+B,不过得连续提交6次才行。。。。

#include 
                       
                        
#include 
                        
                          #include 
                         
                           #include 
                          
                            using namespace std; int main() { long long int a,b; cin>>a>>b; cout<