Scale

아직 제출이 없습니다시간 제한1초메모리 제한1024 MB

문제

Write a program that takes in a list of integers and produces a new list of scaled integer values. The value of each will be the original value multiplied by its neighbors.

입력

There will be an unknown number of inputs each on its own line. Each input will contain an unknown number of values separated by spaces.

출력

Display the result of each input on its own line, with each value separated by a single space.