Problem bracketex
User ayeohkay
Submission Time 2023-11-22 14:51:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:48:22: error: expected ‘}’ at end of input
48 | else cout << "Valid";
| ^
bracketex.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^