Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teddy1565/a059


https://github.com/teddy1565/a059

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# a059

## Intro

在ZeroJudge上解題的紀錄

### 題目

給你一個範圍 a 到 b ,請你找出 a 與 b 之間所有完全平方數的和。

例如:範圍 [3, 25] 中所有完全平方數的和就是 4 + 9 + 16 + 25 = 54 。

## Score

C: 1ms,72kb

8984990