| Problem | bracketex |
|---|---|
| User | personjs |
| Submission Time | 2025-02-04 20:26:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bracketex.cpp:4:1: error: ‘uisng’ does not name a type
4 | uisng namespace std;
| ^~~~~
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:7:2: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(false); cin.tie(0);
| ^~~~~~~~
bracketex.cpp:7:36: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | ios_base::sync_with_stdio(false); cin.tie(0);
| ^~~
| std::cin
In file included from bracketex.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
bracketex.cpp:10:2: error: ‘vector’ was not declared in this scope
10 | vector<int> stack;
| ^~~~~~
bracketex.cpp:10:2: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,