Note that there was a problem that atcoder had to receive the following input
3 //Number of inputs N
2 4 6 //A1 ・ ・ ・ AN
When there is an input, I will post how to store these N and A1 to AN in the list.
N=int(input())
array = list(map(int,input().strip().split()))
Easy! The question of whether it was necessary to write an article ...