Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddy1565/a059
https://github.com/teddy1565/a059
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/teddy1565/a059
- Owner: teddy1565
- Created: 2022-01-15T15:13:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T15:17:39.000Z (about 3 years ago)
- Last Synced: 2024-11-11T03:42:46.712Z (2 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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