Cod sursa(job #626749)
| Utilizator | Data | 28 octombrie 2011 09:29:37 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <cstdio>
int main(){
int a;
int b;
scanf("%d %d", &a, &b);
a+b;
printf("%d", a+b);
return 0;
}
