#include int main() { using namespace std; int x = 8+2*3; cout << x << endl; return 0; }