아 시험기간이라 셤공부 해야 하는데 그냥 재미로 풀어봤는데 재밌네
아직까지는 쉬워서 그런가

#include <iostream>
using namespace std;
int main()
{
	int a, b =0;
	cin >> a>>b;
	cout << a+b;
}