Pagini recente » Cod sursa (job #3343007) | Statistici Cosmin Ion (cos_min_max_ion) | Cod sursa (job #2857693) | Borderou de evaluare (job #1515704) | Cod sursa (job #2859765)
/******************************************************************************
Online C++ Compiler.
Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <iostream>
using namespace std;
int main()
{
int A, B;
cin>>A>>B;
cout<<A+B;
return 0;
}