IT/Programming
[HackerRank] Day 7: Arrays
Objective Today, we're learning about the Array data structure. Check out the Tutorial tab for learning materials and an instructional video! Task Given an array, A, of N integers, print A's elements in reverse order as a single line of space-separated numbers. Input Format The first line contains an integer, N (the size of our array). The second line contains N space-separated integers describi..
2023. 4. 17. 10:29