Setup + contest hygiene
Concepts: I/O speed, reading constraints, using long long. Write brute force first, then tighten. Testing discipline: small cases, random tests, boundaries.
Drills: Implement sort, count freq, prefix sum, two loops with constraints check. Debugging: off-by-one, indexing, overflow.