#include void main(void){ int a = 19 * 43; int b = 28 * 47; printf("%d\n",(a+b)/27); }