se dice el pecado pero no el pecador... just by chance!
Announcement
Collapse
No announcement yet.
Cambrian Code
Collapse
X
-
Originally posted by emily3035at least!!!!! I have the answer!!!!
it's a two digit number
I have tried every single thing I can think of in that damned decompiler, and nothing seems to work.
entering
answer = "egg"
total = 0
for i in answer.length
total = 265+answer[i]
end
into the compiler gets me
DBG> : "-:7:in `<main>'"
-- stack frame ------------
0x402a8008 (0000): 00000001
0x402a800c (0001): 00000004
0x402a8010 (0002): 4028e12c
0x402a8014 (0003): 402a6204
0x402a8018 (0004): 4028ded4
0x402a801c (0005): 00000001 <- lfp <- dfp
-- control frame ----------
c:0004 p:-001 s:0006 b:0006 l:0005 d:0005 CFUNC i:disasm s: -
c:0003 p:0155 s:0004 b:0003 l:-133 d:-133 TOP i:<main> s: -
c:0002 p:-001 s:0001 b:0001 l:0000 d:0000 FINISH i:- s: -
c:0001 p:-001 s:0000 b:-001 l:0000 d:0000 ------ i:- s: -
---------------------------
Entering
answer = "egg"
total = "265"
gets me
ruby 1.9.0 i686-linux(2006-02-14)
YARVCore 0.3.3 rev: 425 (2006-02-15)
== disasm: <ISeq:<main>@http://www.atdot.net/yc.cgi>====================
local scope table (size: 3, argc: 0)
[ 3] answer [ 2] total
; (1) answer = "egg"
0000 putstring "egg" ( 1)
0002 setlocal answer
; (2) total = "265"
0004 putstring "265" ( 2)
0006 dup
0007 setlocal total
0009 yield 48, 33
Neither of these help me in any way. Can someone PLEASE tell me what I need to enter to find the answer??
Comment
Comment