| Problem | pythonlist |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-07 15:11:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:20:10: error: ‘class std::stack<int>’ has no member named ‘isEmpty’; did you mean ‘empty’?
20 | if (s.isEmpty()) cout<<"Empty"<<endl;
| ^~~~~~~
| empty