Cod sursa(job #1014789)

Utilizator bibitssbondrila gabriel bibitss Data 23 octombrie 2013 12:26:25
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.1 kb
#include <stdio.h>
int a,b,s;
int main()
{scanf("%d%d",&a,&b);
s=a+b;
printf("%d",s);
return 0;
}