// editor1
#include<stdio.h>
int i;
for(i=0; i<5; i++);
printf("%d", i);