I have a pyramid input in a file
1
4 5
6 7 8
9 8 7 6
( I have much more than 4 rows)
and I want to put these number in a 2D array.
Language : C++
Answer
I have a pyramid input in a file
1
4 5
6 7 8
9 8 7 6
( I have much more than 4 rows)
and I want to put these number in a 2D array.
Language : C++
Answer