#include <stdio.h> int main(void) { // your code goes here int i,j,n; scanf("%d",&n); for(i=n;i>=1;i--) { for(j=1;j<=i;j++) printf("holle"); printf("\n");} return 0;}
6
holleholleholleholleholleholle holleholleholleholleholle holleholleholleholle holleholleholle holleholle holle
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!