photo

June Keller


HCCS

Last seen: 10ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

Instructor

統計

All
  • Promoter
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

約4年 前

解決済み


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

約4年 前

解決済み


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

約4年 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

約4年 前