fork download
  1. i;main(c,v)char**v;{i=atoi(v[1]);while(i>0)printf("%d %s of %s on the wall.\nTake one down, pass it around, %d %s of %s on the wall.\n",i+1,v[2],v[3],--i,v[2],v[3]);printf("No more %s of %s on the wall, no more %s of %s.\nGo to the store and buy some more, %d %s of %s on the wall!\n",v[2],v[3],v[2],v[3],i,v[2],v[3]);}
Runtime error #stdin #stdout 0s 2164KB
stdin
Standard input is empty
stdout
Standard output is empty