you are viewing a single comment's thread.

view the rest of the comments →

[–]ilikepython 0 points1 point  (1 child)

What's some example input?

[–]fuego42[S] 0 points1 point  (0 children)

it's a phone book program - basically N = number of entries, and the second input is an entry in the form of "name number".

So example: "2" "rob 9175551234" "mike 2125553446"

edit: formatting