Cod sursa(job #512457)

Utilizator lasthope01last hope lasthope01 Data 13 decembrie 2010 21:49:38
Problema A+B Scor 0
Compilator cpp Status done
Runda teme_upb Marime 0.13 kb
#include<iostream>
using namespace std;
int main()
{
	int a,b;
	cout<<"a=";cin>>a;
	cout<<"b=";cin>>b;
	
	cout<<a+b<<endl;
}