#includestdio.h

main()
{
int a[3] = {2,1};
printf("%d", a[a[1]]);
}

Posted on by