Cod sursa(job #2208358)

Utilizator AlexCogojocaruCojocaru Alexandru AlexCogojocaru Data 29 mai 2018 13:29:44
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>

using namespace std;
int a,b;
int main()
{cin>>a>>b;
    cout << a+b;
    return 0;
}