Cod sursa(job #638152)

Utilizator HellshadowTuca Laurentiu Hellshadow Data 20 noiembrie 2011 19:11:23
Problema A+B Scor 0
Compilator c Status done
Runda Arhiva de probleme Marime 0.1 kb
#include <stdio.h>

int main(){

	int a,b;
	scanf("%d%d",&a,&b);
	printf("%d\n",a+b);
	return 0;

}