
Search found 13 matches
- Thu Jul 20, 2017 2:54 pm
- Forum: Challenges
- Topic: Rainbow in the dark
- Replies: 8
- Views: 15118
- Sat May 26, 2012 9:33 am
- Forum: Challenges
- Topic: Looks can be Deceiving
- Replies: 10
- Views: 20336
- Fri Jan 07, 2011 10:51 am
- Forum: Challenges
- Topic: Challenge 'Glowing Referral'
- Replies: 15
- Views: 26622
- Thu Nov 18, 2010 7:16 pm
- Forum: Challenges Solved
- Topic: Descartes
- Replies: 4
- Views: 1108
- Thu Sep 23, 2010 9:36 am
- Forum: The Hacker's Server
- Topic: Berma calculation
- Replies: 10
- Views: 17743
- Tue Jul 06, 2010 2:34 pm
- Forum: Challenges Solved
- Topic: Black Box
- Replies: 13
- Views: 1561
Java
public class Blackbox { public static void main(String[] args) { int x = 0; int s = 230392619; int i = 0; int ul = Integer.MAX_VALUE; while (x!=s) { x = ((( ul & i - 7333333 ) ^ 783425929 ) * 22233442 ) ^ 111111111; i++; } System.out.println("Solution:"+(i-1)); } }
- Wed Jun 30, 2010 12:51 pm
- Forum: Challenges
- Topic: Branches
- Replies: 5
- Views: 10901
- Wed Feb 03, 2010 10:18 am
- Forum: Challenges
- Topic: Growing Bacteria
- Replies: 39
- Views: 53672
- Thu Dec 17, 2009 4:54 pm
- Forum: Challenges Solved
- Topic: Immortal
- Replies: 15
- Views: 3259
I've found it using the historical Game search on
http://www.chesslab.com/PositionSearch.html
http://www.chesslab.com/PositionSearch.html
- Fri Oct 16, 2009 2:51 pm
- Forum: Challenges Solved
- Topic: Patience
- Replies: 10
- Views: 2008
This one took me about 2 sec to solve the challenge 8) import java.math.BigInteger; import java.util.Random; public class Patience2 { public Patience2() { } public static void main(String args[]) { Random argu = new Random(0xb483fL); long l; String s; do { while((l = argu.nextLong()) < 0L) ; /* last...
- Thu Mar 12, 2009 3:15 pm
- Forum: Challenges
- Topic: Another Typo Challenge
- Replies: 12
- Views: 19465
- Tue Mar 10, 2009 1:36 pm
- Forum: The Hacker's Server
- Topic: DEAR MEMBERS
- Replies: 61
- Views: 40272
- Thu Mar 05, 2009 5:37 pm
- Forum: Challenges
- Topic: Telecran
- Replies: 19
- Views: 32910