#include<stdio.h>
 void main()
  {
   int i;
  chr(i=0; i<5; i++);
 printf("%d",i);
 retuen 0;