-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults0.txt
More file actions
38 lines (29 loc) · 1.13 KB
/
results0.txt
File metadata and controls
38 lines (29 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
The task was to write a brainfuck program that takes a 0-terminated stream of
text and outputs a brainfuck program that prints out that text.
Memory cells used were calculated for the following input:
('SOME MORE BLOODY STUPID TESTING!', '')
Incorrect entries were ignored.
(WINNER!) Entry by daniel:
+++++[>+++++++++<-],[[>--.++>+<<-]>+.->[<.>-]<<,]
49 bytes, 2 memory cells used.
(WINNER!) Entry by bertram:
+++++[>+++++++++<-],[[>--.++>+<<-]>+.->[<.>-]<<,]
49 bytes, 2 memory cells used.
Entry by borges:
,[>>++++++[-<+++++++>]<+<[->.>+<<]>+++.->[-<.>],]
49 bytes, 64 memory cells used.
Entry by wm_wragg:
++++++[>+++++++<-]>+ <, [ [>.>+<<-] >+++. ->[<.>-] <--<, ]
51 bytes, 2 memory cells used.
Entry by mtve:
,[>>+++++++[-<++++++>]<+<[->.<]>+++.-[---<++++>]<++.,] let's test this system with 54 first
54 bytes, 2 memory cells used.
Entry by david:
>+++++[>+++++++++<-]<,[[>+>--.++<<-]>>+.-<[>.<-]<,][0]~>
54 bytes, 2 memory cells used.
Entry by psyop:
+++++++[>+++<-]>[>+++>++<<-]>->+>,[[-<.>]<+++.---<.>>,]
55 bytes, 4 memory cells used.
Entry by lament:
,[>>++++++[-<+++++++>]<+<[->.<]>+++.<++++[->++++<]>.>,]
55 bytes, 64 memory cells used.