
<stdio.h>
#include
main()
void
int i,j=2,k=1;
do
for(i=2;i<4;i++)k+=i:
if(k>6)break;
}while(j--);
printf("%d",k);#