Problem bracketex
User ethantanaki
Submission Time 2026-04-18 09:49:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:15:13: error: cannot convert ‘std::stack<int>::empty’ from type ‘bool (std::stack<int>::)() const’ to type ‘bool’
15 | if (s.empty) {
| ^