Actually, I believe riding airliners is safer per hour than driving
cars, not just per mile. The fact that the mile-per-hour ratio is ten
times greater doesn't hurt the per-mile death stats, either, though.
:)
-- /* By Kragen Sitaker, http://pobox.com/~kragen/puzzle5.html */ char b[2000],m[]={1,-80,-1,80};main(){int i,x=1000,s=2000,d=0;while(1+(i= getchar()))switch(i){case'f':b[x]=1;case'g':x=(x+m[d/2]+s)%s;d--;case'+':d+=2; case'-':d+=7;d%=8;}for(i=0;i!=s;i++)putchar(" #"[b[i]]);}