- Time : O(n)
- Space : O(n)
python
1 | N,A=map(int,input().split()) |