Problem bracketex
User Spleefies
Submission Time 2026-02-22 10:45:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp:4:13: error: empty character constant
4 | if u == '':
| ^~
bracketex.cpp:8:9: error: empty character constant
8 | t = ''
| ^~
bracketex.cpp:18:13: error: empty character constant
18 | if t != '':
| ^~
bracketex.cpp:1:1: error: ‘def’ does not name a type
1 | def main():
| ^~~