#include using namespace std; int main(){ cout << (19 * 43 + 28 * 47) / 27 << endl; }