POV-Ray : Newsgroups : povray.off-topic : Unexpected : Re: Unexpected Server Time
28 Jul 2024 22:30:38 EDT (-0400)
  Re: Unexpected  
From: scott
Date: 19 Aug 2013 05:10:23
Message: <5211e0ff$1@news.povray.org>
> On this day, the applicant came up with this:
>
>    int abs(int input)
>    {
>      int value = 0;
>      for (int n = input; n != 0; n++)
>      {
>        value++;
>      }
>      return value;
>    }

That's a pretty epic fail. The rest of the interview must have been fun :-)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.