Consider a DFA with n states
Passing only 1x in each state, the length of any string w recognized by the DFA is: |w| ≤ n - 1
The maximum length passing only 1x in each state is n - 1 and correspond to (image below)
To recognize strings w with |w| ≥ n, at least one state must be passed more than 1x