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