RegistrierenSidebar verstecken
Nickname: 
Passwort: 
Sitzung auf IP beschränken 

Accuracy of the answer  Gehe zur Flow Over Astronomy Challenge

1 2
Globaler Rang: 352
Gesamtpunkte: 66924
Nachrichten: 12
Dank: 12
+Votes: 14
Registriert : 14y 255d



Zuletzt gesehen am: 12y 318d
Der Benutzer ist Offline
Accuracy of the answer
Google/Übersetzer1Danke Schön!1Gute Nachricht!0Schlechte Nachricht! Link
I used find to locate the beginning and the end of the calculation to be done, but it messed up with splitting the html-source into smaller pieces.
find returns -1 if nothing was found, index returns an Error (I used Python).
Globaler Rang: 510
Gesamtpunkte: 48910
Nachrichten: 34
Dank: 49
+Votes: 36
Registriert : 13y 296d
Martin Thoma`s Benutzerbild

Zuletzt gesehen am: 3y 241d
Der Benutzer ist Offline
RE: Accuracy of the answer
Google/Übersetzer1Danke Schön!1Gute Nachricht!0Schlechte Nachricht! Link
I don't understand the Charset.

For example, I got this:
Charset: cwSOMlXTxChYQ8{VmvaN_g4itIUB@uP]6sr5W9Hb1pfkdLA#oD}KZyER0J7q3nj2FzG[e
Input Base: 65
Solution Base: 59
Timelimit: 3.1416 seconds
Equation: _5VJ * @_aj * YNnc * 45YD * l1g * PMb0 * x{8B * hDwp * {ucl * oPsZ * dfm3 * #WgE * 7x}3 * wUFL * ln5W * EgT{ * 9#YD * yAPu * YB0u * D3Z} * f1bN * Ad_J * sh]8
+ AuLX

The Charset has 69 characters. Why? I only need max(input_base, solution_base) = max(65,59) = 65 characters. Can I simply forget the last four characters?

If a normal charset would have been used, would c be 0? Or would e be 0?
Globaler Rang: 33
Gesamtpunkte: 297824
Nachrichten: 35
Dank: 25
+Votes: 25
Registriert : 13y 12d




Der Benutzer ist Offline
RE: Accuracy of the answer
Google/Übersetzer1Danke Schön!1Gute Nachricht!0Schlechte Nachricht! Link
From the description: For example, the uppercase hex charset is 0123456789ABCDEF
Globaler Rang: 510
Gesamtpunkte: 48910
Nachrichten: 34
Dank: 49
+Votes: 36
Registriert : 13y 296d
Martin Thoma`s Benutzerbild

Zuletzt gesehen am: 3y 241d
Der Benutzer ist Offline
RE: Accuracy of the answer
Google/Übersetzer1Danke Schön!1Gute Nachricht!0Schlechte Nachricht! Link
I was quite confused as my algorithm didn't work. I think this might help others:

GeSHi`ed Python Quelltext
1
2
3
print toBase10('ff', '0123456789abcdef', 16)
print toBase10('1101', '0123456789abcdef', 2)
print toBase10('123', '0123456789abcdef', 3)

Got 255, 11 and 34 ... aaaah Happy got the error Happy

Testing the functions is always a good idea
Zuletzt geändert von Martin Thoma - 4. Jul 2011 12:11:01
1 2
Redknee, tunelko, silenttrack, n0tHappy, John W, quangntenemy, TheHiveMind, Z, balicocat, Ge0, samuraiblanco, arraez, jcquinterov, hophuocthinh, alfamen2, burhanudinn123, Ben_Dover, stephanduran89, braddie0, JanLitwin17, SwolloW, dangarbri haben dieses Thema abonniert und erhalten EMails bei einer neuen Nachricht.
1 Personen sehen sich diese Thema gerade an.
Dieses Thema wurde 24089 mal angesehen.