Cod sursa(job #1007608)

Utilizator costi23Constantin Radu costi23 Data 9 octombrie 2013 12:18:22
Problema A+B Scor 0
Compilator c Status done
Runda Arhiva de probleme Marime 0.1 kb
#include <stdio.h>

int main()
{
	int x,y;
	scanf("%d %d",&x,&y);
	printf("%d\n",x + y);
	return 0;
}