Cod sursa(job #1004035)

Utilizator kojot8Brezeanu Dan kojot8 Data 1 octombrie 2013 22:34:12
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.13 kb
#include <iostream>

using namespace std;

int main()
{
int x,y,z;

cin>>x;
cin>>y;
z =x + y;
cout<<z;







}