[Hackerrank] Arrays
Objective Today, we will learn 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. Example A = [1, 2, 3, 4] Print 4 3 2 1. Each integer is separated by one space. Input Format The first line contains an integer, N (the s..
알고리즘/Hackerrank
2021. 10. 2. 19:11