Problem | sortbooks |
---|---|
User | coolboy19521 |
Submission Time | 2025-03-22 01:58:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sortbooks.cpp: In function ‘int main()’:
sortbooks.cpp:56:10: error: ‘w’ was not declared in this scope
56 | cin >> w[i];
| ^
sortbooks.cpp:64:24: error: ‘w’ was not declared in this scope
64 | while (stk.size() && w[i] > w[stk.top()]){
| ^
sortbooks.cpp:69:27: error: ‘w’ was not declared in this scope
69 | int v = stk.top(), s = w[v];
| ^
sortbooks.cpp:81:6: error: ‘class std::stack<int>’ has no member named ‘clear’
81 | stk.clear();
| ^~~~~