| Problem | bracketex |
|---|---|
| User | OMW |
| Submission Time | 2025-01-26 21:42:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:37:18: error: expected ‘;’ before ‘}’ token
37 | cout << "Valid"
| ^
| ;
38 | } else {
| ~
bracketex.cpp:39:20: error: expected ‘;’ before ‘}’ token
39 | cout << "Invalid"
| ^
| ;
40 | }
| ~
bracketex.cpp:42:1: error: expected ‘}’ at end of input
42 | }
| ^
bracketex.cpp:6:11: note: to match this ‘{’
6 | int main(){
| ^