Problem | bracketex |
---|---|
User | Isabel123 |
Submission Time | 2023-11-08 14:51:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:22:21: error: expected ‘;’ before ‘}’ token
22 | cout << "Invalid"
| ^
| ;
23 | }
| ~
bracketex.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
bracketex.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^