Cod sursa(job #2201627)

Utilizator AlexCogojocaruCojocaru Alexandru AlexCogojocaru Data 5 mai 2018 12:45:21
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;
}