Problem adjlist
User BigEd15
Submission Time 2025-06-01 14:46:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:20:15: error: invalid use of member function ‘bool std::deque<_Tp, _Alloc>::empty() const [with _Tp = long long int; _Alloc = std::allocator<long long int>]’ (did you forget the ‘()’ ?)
20 | while (g[i].empty==0) {
| ~~~~~^~~~~
| ()