/*
Description: This program is to to calculate a + b.
Author: Liutong Xu
Date: 2016/10/24
*/
#include <stdio.h>
int main()
{
int a,b;
printf("The sum of %d and %d are %d\n",a
,b
,a
+b
);
return 0;
}
LyoKRGVzY3JpcHRpb246IFRoaXMgcHJvZ3JhbSBpcyB0byB0byBjYWxjdWxhdGUgYSArIGIuCkF1dGhvcjogTGl1dG9uZyBYdQpEYXRlOiAyMDE2LzEwLzI0CiovCiAKI2luY2x1ZGUgPHN0ZGlvLmg+CiAKaW50IG1haW4oKSAKewogICAgaW50IGEsYjsKCiAgICBzY2FuZigiJWQlZCIsJmEsJmIpOwogICAgcHJpbnRmKCJUaGUgc3VtIG9mICVkIGFuZCAlZCBhcmUgJWRcbiIsYSxiLGErYik7CgogICAgcmV0dXJuIDA7Cn0=