Add two numbers
Calculate the sum of two numbers.
Example
input = [2 3]
output = 5
11개월 전
문제를 풀었습니다
Beginner's Problem - Squaring
Try out this test problem first.
Given the variable x as your input, square it by two and put the result in y.
Examples:
...