Problem | brick |
---|---|
User | Aum |
Submission Time | 2024-03-26 21:54:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int32_t main()’:
brick.cpp:16:41: error: cannot convert ‘std::stack<long long int>::empty’ from type ‘bool (std::stack<long long int>::)() const’ to type ‘bool’
16 | while (arr[i] > stack.top() && !stack.empty){
| ^~~~~
brick.cpp:16:41: error: in argument to unary !