[terminal]
$ boot --profile "logic-arena" > task_01 loaded: log-signal-decoder > objective: decode corrupted signals > note: input can be revealed per level (copy-friendly) > submit: send only your final number Good luck, operator.

Task 1 โ€” Log Signal Decoder

Core Track10 levelssolve locallysubmit final number

Levels unlock sequentially. Reveal the official input per level, solve in Java, submit your final answer.

Level 1 โ€” Signal Extraction

Difficulty: Mediumstringsparsingwarmup
๐Ÿ”“ unlocked

Each line contains random characters plus digits. Extract the first and last digit per line, combine into a two-digit number, then sum across all lines. If a line contains only one digit, treat it as both first and last (e.g. x7y โ†’ 77).

[example]
a1b2c  -> 12
xxx9yyy -> 99
abc3def -> 33
sum = 144
Solve locally (Java), then submit only the final answer.

Level 2 โ€” Written Numbers

Difficulty: Hardoverlapsedge-casesstrings
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 3 โ€” Corrupted Records

Difficulty: Hardrobust parsingkvfault tolerance
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 4 โ€” Broken Delimiters

Difficulty: Hardtokenizationparsingmessy-input
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 5 โ€” Negative Signals

Difficulty: Hardsigned-numbersrobust parsing
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 6 โ€” Signal Windows

Difficulty: Very Hardsliding-windowstreams
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 7 โ€” Checksum Validation

Difficulty: Very Hardvalidationfiltering
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 8 โ€” Partial Corruption

Difficulty: Impossiblefault-toleranceunknown-values
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 9 โ€” Signal Stream

Difficulty: Impossiblestate-machinestream-parsing
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.

Level 10 โ€” System Meltdown (Boss)

Difficulty: Bosseverythingperformanceo(n)
๐Ÿ”’ locked
[access]
Solve the previous level to unlock this one.