解決済み


Return area of square
Side of square=input=a Area=output=b

2年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

2年弱 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

2年弱 前