반응형 배열1 [HackerRank] Array Introduction - Easy https://www.hackerrank.com/challenges/arrays-introduction/problem Arrays Introduction | HackerRank How to access and use arrays. Print the array in the reverse order. www.hackerrank.com #include #include #include #include #include using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int arrNum,arr[10000]; cin>>arrNum; for(int i=0;i>arr[i]; }.. 2019. 10. 12. 이전 1 다음 반응형