Cod sursa(job #21139)

Utilizator OthemadBajenaru Ovidiu Lucian Othemad Data 22 februarie 2007 22:05:50
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.08 kb
#include<iostream.h>
void main()
{int a,b;
 cin>>a>>b;
 a=a+b;
 cout<<a;
 }