Cod sursa(job #616179)
| Utilizator | Data | 11 octombrie 2011 21:27:10 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include<iostream.h>
#include<conio.h>
int a,b;
void main()
{clrscr();
cin>>a>>b;
cout<<a+b;
getch();
}