Problem clarification and contract
10%Senior signals
- ✓Clarifies whether values can be negative or zero, whether the target can be zero, and what to return when no subarray qualifies.
- ✓Confirms whether overlapping subarrays with the same bounds should be counted once.
Staff-level signals
- ◆Asks about input size or whether this runs against a fixed array with repeated target queries.
Common red flags
- ×Codes immediately while assuming all values are positive without confirming.
