Search found 17 matches

by cutter
Sun Dec 16, 2012 6:28 pm
Forum: Modulo Puzzle
Topic: How large the high-levels are
Replies: 9
Views: 32005

What do you mean by "Fields per piece"? Hm, maybe the term "fields" is misleading in this context. "Fields per piece" should denote the number of colored squares per piece, e.g. 4 for all pieces occurring in Tetris. And for "game size", I suppose your metric ...
by cutter
Sat Nov 24, 2012 12:23 pm
Forum: Modulo Puzzle
Topic: How large the high-levels are
Replies: 9
Views: 32005

Level statistics

I made some statistics about the available levels. The numbers are generated by examining 100 instances of each level. Level #Colors #Pieces Game size Fields per piece 1 2 3 3x3 - 3x3 1 - 3 2 2 4 3x3 - 3x3 1 - 3 3 2 5 3x3 - 3x3 1 - 3 4 2 5 3x3 - 3x4 1 - 4 5 2 6 3x3 - 4x4 1 - 4 6 2 6 3x3 - 4x3 1 - 4 ...
by cutter
Tue Jul 05, 2011 8:00 am
Forum: BitBath
Topic: server down
Replies: 3
Views: 23304

It seems that the Bitbath site is not working. Adum can you please fix it?!
by cutter
Wed Mar 10, 2010 7:40 am
Forum: Challenges
Topic: Superhack vs HVM
Replies: 4
Views: 7879

CodeX wrote: here's some example code and how the memory would look

Code: Select all

123} 456} 3[789{ 6]111!

Code: Select all

123,,,,,,,,,
,,,456,,,111
789,,,,,,,,,
that 's how the memory would look:

Code: Select all

123,,,,,,,,,,,,
,,,4566,,,,,111
,,,7893,,,,,,,,
by cutter
Sat Mar 06, 2010 4:20 pm
Forum: Challenges
Topic: Snake Arithmetic
Replies: 40
Views: 67108

try adding 1 to your solution
by cutter
Wed Feb 10, 2010 4:26 pm
Forum: Challenges
Topic: Bug in calculation of score?
Replies: 3
Views: 8119

Yes that's true. I told adum a few months ago but it seems he hasn't fix it yet.
by cutter
Thu Jun 25, 2009 6:02 pm
Forum: Challenges Solved
Topic: Jeux du Sort Vite
Replies: 4
Views: 389

i wrote it by hand
now i am mad!!

only one question :

is the mark of the also accepted solution always related to the best mark this way (here 107%)
i thought it would be fix
by cutter
Tue Apr 14, 2009 5:49 pm
Forum: Challenges
Topic: Big Fib
Replies: 36
Views: 50118

looks like the sequence of the natural numbers :wink:
by cutter
Mon Apr 06, 2009 8:19 am
Forum: Challenges
Topic: Confused on what a challenge is asking?
Replies: 48
Views: 81999

In the "Didactic Scrambled Egg Cipher Pre-Warmup Challenge"-challenge does " for (int eggs = {each 3-byte tuple in plaintext}) " mean that i should consider 000102, 030405 ,060708 or 000102,010203, 020304 ... for the plaintext 00010203040506070809 in hex?
by cutter
Wed Mar 25, 2009 7:30 pm
Forum: Challenges
Topic: String Reversal
Replies: 4
Views: 8242

i guess he talk about strings in generell because he haven't reach this challenge :wink:
by cutter
Tue Mar 24, 2009 11:38 pm
Forum: Challenges Solved
Topic: V.I.L.E.
Replies: 12
Views: 981

Ok that explains the abbreviation ws of samoa.
But i don't think that the +809 is wikipedia's fault,
it seems to be the country code for the Canary Islands:
http://www.finanz-adressen.de/telecom-codes.html
by cutter
Tue Mar 24, 2009 6:51 pm
Forum: Challenges Solved
Topic: V.I.L.E.
Replies: 12
Views: 981

V.I.L.E.

I think the challenge should be changed. +685 is samoa (ws) and +503 is el salvador (sv) so it is "se" or "ws" but not "we". And the most numbers have different meaning 246 could be barbados or Diego Garcia ,+269 could be Mayotte or Comoros ... . And +809 is dominican r...
by cutter
Tue Mar 24, 2009 4:15 pm
Forum: Challenges
Topic: V.I.L.E.
Replies: 15
Views: 36315

V.I.L.E.

This idea of the challenge is really nice, but i think the realisation is very ugly.
It is inconsistent and ambiguous at some points and the +809 seems to be a mistake.

edit: solved it but still don't know why this is the right solution
by cutter
Tue Mar 17, 2009 9:46 am
Forum: Challenges
Topic: Not Chess
Replies: 16
Views: 36953

to know the function didn't help me at all
i think thr function behave strange for "unnormal" input like space, comma etc
but maybe i'm trying to type in the wrong word
by cutter
Fri Mar 06, 2009 11:23 pm
Forum: Challenges
Topic: Flash Flood - buggy error message?
Replies: 3
Views: 8382

i also tried to solve it today and wondered that the error message is not that detailed like in the warmup challenge i tried to solve the warmup challenge with my program and it took only about 17500 cycles to solve it now i don't know whether there is a mistake in the program or the program is stil...