gleitkommafreundefixed by stephan

n;z;s;b;a;main(){scanf("%d",&n);n=(n-1)*2;b=n;for(a=1;a<n;a+=2){for(z=0;z<b/2-1;z++)printf(" ");for(s=0;s<a;s++)printf("*");puts("");b-=2;}printf("%*c",n/2-2,' ');puts("G*F\n");}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page