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