#include<stdio.h>
int main(){
   int x=5; 
   printf(x+=x++ +2);
}