#include<stdio.h>ide
int main(){int i=1;for(i=1;i<10;i++){code
if(i==5) break; printf("%d\n",i); } return 0;