I am trying to create an ordered map of tuples of ints whose size I know after reading input.
Something like:
map<tuple<int, int, ...>>
How do I do something like this in case I have n ints in the tuple?
Is it possible?
I am trying to create an ordered map of tuples of ints whose size I know after reading input.
Something like:
map<tuple<int, int, ...>>
How do I do something like this in case I have n ints in the tuple?
Is it possible?
Copyright © 2021 Jogjafile Inc.