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

https://github.com/knu/kippu_problem

Kippu Problem - Make four digits equal to 10 by only using four arithmetic operations and parentheses
https://github.com/knu/kippu_problem

Last synced: about 1 year ago
JSON representation

Kippu Problem - Make four digits equal to 10 by only using four arithmetic operations and parentheses

Awesome Lists containing this project

README

          

# Kippu Problem solvers

切符問題: 切符に印字された4つの数字から、四則演算(と括弧)のみを用いて10を作る遊び。

- 1 2 3 4 : 1 + 2 + 3 + 4 = 10
- 3 4 7 9 : (3 + 4) / 7 + 9 = 10
- 5 8 8 8 : (8 + 8) / 8 * 5 = 10
- 1 1 9 9 : ?
- 3 4 7 8 : ?

## Author

Copyright (c) 2001, 2010, 2020 Akinori MUSHA.

Licensed under the 2-clause BSD license. See `LICENSE.txt` for
details.

Visit [GitHub Repository](https://github.com/knu/kippu_problem) for
the latest information.