int b[7]; for(int i=0;i<7;i++) scanf("%d",&b[i]); /* TODO: b[?]를 출력 */
b = list(map(int, input().split())) # TODO: b[?]를 출력
10 11 12 13 14 15 16
13