Problem | adjlist |
---|---|
User | BigEd15 |
Submission Time | 2025-06-01 14:50:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:20:16: error: cannot convert ‘std::deque<long long int>::empty’ from type ‘bool (std::deque<long long int>::)() const noexcept’ to type ‘bool’
20 | while (!g[i].empty) {
| ^~~~~
adjlist.cpp:20:16: error: in argument to unary !