Problem bracketex
User peepeepoop
Submission Time 2026-02-15 00:11:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘bool realorfahkay(std::string)’:
bracketex.cpp:23:11: error: a function-definition is not allowed here before ‘{’ token
23 | int main(){
| ^
bracketex.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
bracketex.cpp:4:28: note: to match this ‘{’
4 | bool realorfahkay(string s){
| ^