We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Tutorials
- 30 Days of Code
- Day 7: Arrays
- Discussions
Day 7: Arrays
Day 7: Arrays
Sort by
recency
|
2041 Discussions
|
Please Login in order to post a comment
n = int(input()) arr = list(map(int, input().split())) print(*arr[::-1])
C#
solved in JAVA, if this code can be optimized kindly explain
List ar = new ArrayList(500);
what is the issue with this ?