#include <stdio.h>
int main(void) {
// your code goes here
int a=8,b=10;
printf("加法:%d*%d=%d",a
,b
,a
+b
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCiAgICBpbnQgYT04LGI9MTA7CiAgICBwcmludGYoIuWKoOazlTolZColZD0lZCIsYSxiLGErYik7CglyZXR1cm4gMDsKfQo=