Problem | toxic |
---|---|
User | chenweilian |
Submission Time | 2025-02-06 22:06:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
toxic.cpp: In function ‘bool checknt(vi)’:
toxic.cpp:102:21: error: request for member ‘empty’ in ‘elements.std::vector<int>::size()’, which is of non-class type ‘std::vector<int>::size_type’ {aka ‘long unsigned int’}
102 | if(elements.size().empty()) {
| ^~~~~
toxic.cpp: In function ‘void bsta(vi)’:
toxic.cpp:137:21: error: request for member ‘empty’ in ‘elements.std::vector<int>::size()’, which is of non-class type ‘std::vector<int>::size_type’ {aka ‘long unsigned int’}
137 | if(elements.size().empty()) return;
| ^~~~~