#11450: 解 (不完全版)


s159752zxcvbn1 (NHSH BUG)


#include <stdio.h>
#include <stdlib.h>
int main(void)
{
int a,b,num;
scanf("%d%d",&a,&b);
num=a+b;
printf("%d+%d=%d",a,b,num);
system("pause");
return 0;
}