|
|
вернуться в форумHow to get AC on C++ Послано LeTim 13 фев 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 |
|
|