Problem hungrycats
User Lazer
Submission Time 2025-09-01 16:13:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:30:14: error: ‘class std::deque<long long int>’ has no member named ‘start’
30 | sort(b.start(),b.end(),greater<int>());
| ^~~~~