Cod sursa(job #24817)

Utilizator Alex_CostinCostin Alex Alex_Costin Data 3 martie 2007 17:31:38
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.12 kb
#include<iostream.h>
int a,b,s;
int main(){
cout<<"a=";cin>>a;
cout<<"b=";cin>>b;
s=a+b;
cout<<s;
system("pause");
}