#include <stdio.h>
int a =3;
int b= 4;
printf("%d", a++ * ++b);