Problem bracketex
User matt
Submission Time 2024-02-12 21:26:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp:21:3: error: invalid preprocessing directive #Input
21 | # Input
| ^~~~~
bracketex.cpp:25:3: error: invalid preprocessing directive #Output
25 | # Output
| ^~~~~~
bracketex.cpp:1:1: error: ‘def’ does not name a type
1 | def is_valid_bracket_sequence(L, bracket_sequence):
| ^~~
bracketex.cpp:5:5: error: expected unqualified-id before ‘for’
5 | for bracket in bracket_sequence:
| ^~~