Cod sursa(job #791368)
Utilizator | Data | 23 septembrie 2012 22:06:38 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | Status | done |
Runda | Arhiva de probleme | Marime | 0.14 kb |
#include <stdio.h>
#include <conio.h>
int main(){
int a,b;
scanf("%d %d",&a,&b);
printf("%d",a+b);
return 0;
}