#include using namespace std; int main() { int y=0; int x=2; y=5*x++; cout<