Cod sursa(job #2447218)

Utilizator thomennMocanu Tomas thomenn Data 12 august 2019 15:20:14
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;
}