#include int main(void){ int i=0; while(i<5){ printf("Tere\n"); i++; } return 0; }