#include <stdio.h>

int main() {
//int a;
for(int i=0;j<5;i++){
    for(int j=0;j<i;j++){
        printf("\n");
     }
}
return 0;
}
*/