| Problem | helloworld |
|---|---|
| User | asruby |
| Submission Time | 2025-12-27 19:06:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:28:17: error: missing terminating " character
28 | print(brainfuck("++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
helloworld.cpp:29:5: error: missing terminating " character
29 | ", ""))
| ^~~
helloworld.cpp:1:1: error: ‘def’ does not name a type
1 | def brainfuck(code, inp=""):
| ^~~
helloworld.cpp:6:5: error: ‘s’ does not name a type
6 | s = []
| ^
helloworld.cpp:22:62: error: ‘o’ does not name a type
22 | elif c == ',': m[p] = inp[o] if o < len(inp) else 0; o += 1
| ^