Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各要素が数値である 2 つの配列 X と Y があるとします。私は別の配列SUMを作りたいのでSUM[i]=X[i]+Y[i].
SUM[i]=X[i]+Y[i]
ループを使わずにこれを行うことはできますか?