Cod sursa(job #617570)
Utilizator | Data | 15 octombrie 2011 01:14:27 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.09 kb |
#include<iostream.h>
int a,b,s;
int main(){
cin>>a>>b;
s=a+b;
cout<<s;
return 0;
}