|  | 
|  | 
| back to board | How to get AC on C++ Posted by LeTim  13 Feb 2024 14:441. Use scanf/printf instead of cin/cout2. 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
 | 
 | 
|