Cod sursa(job #1457996)

Utilizator deleted_2dbcc643895c1cb0DELETED deleted_2dbcc643895c1cb0 Data 5 iulie 2015 14:46:19
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>

using namespace std;

int main()
{
    long a,b;
    cin>>a>>b;
    cout<<a+b;

}