#include<bits/stdc++.h>
using namespace std;
int main()
{
	int a,b;
	cin>>a>>b;
	cout<<a+b;
	return 0;
}

0 comments

No comments so far...

Information

ID
592
Time
1000ms
Memory
256MiB
Difficulty
1
Tags
(None)
# Submissions
40
Accepted
32
Uploaded By