# include <stdio.h>
int main()
{
    int x;
    printf("%d%d",x++,++a);
   
}