Cod sursa(job #2447219)

Utilizator thomennMocanu Tomas thomenn Data 12 august 2019 15:22:46
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>
using namespace std;
int main()
{
int a, b;
cin>>a>>b;
cout<<a+b<<endl;
return 0;
}