#include using namespace std; int main() { cout << 10 * (10 + 4) << endl; return 0; }