Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.programming.contests > #39
| Newsgroups | comp.programming.contests |
|---|---|
| Date | 2014-05-31 15:02 -0700 |
| References | <3vg23j$g70@miso.wwa.com> <3vicvc$gud@zonker.cs.ucsb.edu> <3viliq$7tk@doc.armltd.co.uk> <3vjf1f$nke@umt.umt.edu> |
| Message-ID | <6abd2579-930a-42f1-9748-4946c49c8c0f@googlegroups.com> (permalink) |
| Subject | Re: A fun little problem |
| From | princeofyourpeople@gmail.com |
On Monday, July 31, 1995 12:00:00 AM UTC-7, Edward J Hanley wrote:
> Clive.Jones@armltd.co.uk wrote:
>
> : #include <stdio.h>
> : int w[99],*p=w;char o[999];m(t,v)int*v;{int g=*v,c=strlen(o);t||printf(
> : "%d=%s\n",w[1],o+1);t>0&&g&&(sprintf(o+c,"+%d",g),m(t-g,++v),o[c]=0,m(t,v));}
> : main(c,v)char**v;{for(;*v;*p++=atoi(*v++));m(w[1],w+2);}
>
> Come on, guys, this is getting ridiculous. Any idiot can eliminate spaces
> from a program. Instead of making these things unreadable, show off your
> skill by including enough whitespace to make them readable!
>
> Bruce Mycroft
> mycroft@selway.umt.edu
r e a d a b l e
Back to comp.programming.contests | Previous | Next | Find similar
Re: A fun little problem princeofyourpeople@gmail.com - 2014-05-31 15:02 -0700
csiph-web