|
|
back to boardHow to get AC on C++ Posted by LeTim 13 Feb 2024 14:44 1. Use scanf/printf instead of cin/cout 2. Use make_heap, push_heap and pop_heap instead of priority_queue 3. Use C-style array instead of vector 4. Do not allocate n elements for an array |
|
|