| Problem | bracketex |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-04-18 10:05:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bracketex.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:5:1: error: ‘cin’ was not declared in this scope
5 | cin >>n;
| ^~~
bracketex.cpp:6:1: error: ‘stack’ was not declared in this scope
6 | stack <char> s;
| ^~~~~
bracketex.cpp:6:8: error: expected primary-expression before ‘char’
6 | stack <char> s;
| ^~~~
bracketex.cpp:7:1: error: ‘s’ was not declared in this scope
7 | s.push('(');
| ^
bracketex.cpp:8:1: error: ‘cout’ was not declared in this scope
8 | cout<<s.top();
| ^~~~