0
How to create an array in which the number of elements is not indicated and add values to it?
How to create an array in which the number of elements is not indicated and add values to it?
3 Answers
+ 3
Probably best solution is using a <vector>
Vectors, dictionaries and sets
https://code.sololearn.com/cSgsI0LJ8K5b/?ref=app
https://code.sololearn.com/cB6Rx7P3Ccwn/?ref=app
https://code.sololearn.com/cuTmAyo497Oe/?ref=app
+ 2
What language?
0
C++