Another Typo Challenge
-
- Posts: 7
- Joined: Tue Dec 16, 2008 3:52 pm
Another Typo Challenge
I wrote a PHP script which is trying all possible characters for all positions in the string and it found no solution.
Is there a special trick?
Am I looking in the wrong direction?
Can I assume that $x is zero before calling the given line?
The programming language of this challenge is still PHP, isn't it?
Is there a PHP function which name is just 1 character long (to be placed before the parentheses in the string)?
Is there a special trick?
Am I looking in the wrong direction?
Can I assume that $x is zero before calling the given line?
The programming language of this challenge is still PHP, isn't it?
Is there a PHP function which name is just 1 character long (to be placed before the parentheses in the string)?
Last edited by deutronium on Tue Feb 10, 2009 8:53 pm, edited 1 time in total.
Re: Another Typo Challenge
It's 99% about mathematics and 1% about informatics.deutronium wrote:I wrote a PHP script which is using eval() and is trying all possible characters for all positions in the string and it found no solution.
Is there a special trick?
Am I looking in the wrong direction?
Can I assume that $x is zero before calling the given line?
The programming language of this challenge is still PHP, isn't it?
Is there a PHP function which name is just 1 character long (to be placed before the parentheses in the string)?
-
- Posts: 26
- Joined: Fri Nov 07, 2008 3:19 pm
-
- Posts: 7
- Joined: Tue Dec 16, 2008 3:52 pm
-
- Posts: 7
- Joined: Tue Dec 16, 2008 3:52 pm
-
- Posts: 9
- Joined: Thu Mar 05, 2009 7:27 pm
Re: Another Typo Challenge
Well, after many tries with a calculator and a C(++) program I must say that this is a little bit more about informatics than just 1%. Although this challenge isn't necessarily PHP dependent and is solvable without programming, in this case I had to brute force the PHP code to get the hint to the tiny difference between C and PHP.rmplpmpl wrote:It's 99% about mathematics and 1% about informatics.deutronium wrote:I wrote a PHP script which is using eval() and is trying all possible characters for all positions in the string and it found no solution.
Is there a special trick?
Am I looking in the wrong direction?
Can I assume that $x is zero before calling the given line?
The programming language of this challenge is still PHP, isn't it?
Is there a PHP function which name is just 1 character long (to be placed before the parentheses in the string)?
-
- Posts: 44
- Joined: Mon Feb 16, 2009 4:11 pm
- Location: UK