-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Implement input parsing as per the assignment description.
The input is formatted as follows:
n c m
k i1 i2 ... ik
Where
nis the number of tiles (n >= 1).cis the number of tiles a cat can move in one turn (c >= 0).mis the number of tiles a mouse can move in one turn (m >= 0).kis the number of tiles with rocks (0 <= k <= n).i1 ... ikare the indices of the tiles with rocks (kelements long,1 <= im <= n). Pay attention, these are 1-indexed.
All values should be valid integers.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on