Problem | pythonlist |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-18 09:36:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:19:24: error: request for member ‘empty’ in ‘choice’, which is of non-class type ‘int’
19 | if (choice.empty()) {
| ^~~~~