#include <stdio.h>

int main(void) {
printf("%d + %d = %d\n", 20, 10, 20 + 10);
	return 0;
}
