{"id":21359971,"url":"https://github.com/nkid00/24game","last_synced_at":"2025-03-16T06:27:29.921Z","repository":{"id":113341597,"uuid":"380665573","full_name":"NKID00/24Game","owner":"NKID00","description":"寻找 24 点的最佳解法。Find the best solutions of 24.","archived":false,"fork":false,"pushed_at":"2021-06-27T06:53:29.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T18:52:33.988Z","etag":null,"topics":["24game","24pointgame","24points","cpp","cpp17","mathematics"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NKID00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-27T06:14:05.000Z","updated_at":"2022-01-30T06:57:44.000Z","dependencies_parsed_at":"2023-03-13T13:20:09.267Z","dependency_job_id":null,"html_url":"https://github.com/NKID00/24Game","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NKID00%2F24Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NKID00%2F24Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NKID00%2F24Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NKID00%2F24Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NKID00","download_url":"https://codeload.github.com/NKID00/24Game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835951,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["24game","24pointgame","24points","cpp","cpp17","mathematics"],"created_at":"2024-11-22T05:31:38.893Z","updated_at":"2025-03-16T06:27:29.909Z","avatar_url":"https://github.com/NKID00.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[English](#24Game)\n\n# 24 点\n\n\u003e 寻找 24 点的最佳解法。\n\n寻找最佳解法时首先考察运算过程中是否出现负数（不出现较好），再考察运算过程中是否出现分数（不出现较好），最后考察使用的加减运算数量（越多越好，即乘除越少越好）。\n\n```sh\n$ g++ ./24.cpp -Wall -std=c++17 -O3 -o ./24\n$ ./24\n```\n\n包含了最佳解法的 `24.txt` 和 `24.md` 将会被生成在同一目录下。\n\n## 许可证\n\nMIT\n\n# 24Game\n\n\u003e Find the best solutions of 24.\n\nThe best solution comes with no negative number during the calculation process (if possible), no fractions during the calculation process (if possible) and the most plus and minus operators (or the fewest multiply and divide operators).\n\n```sh\n$ g++ ./24.cpp -Wall -std=c++17 -O3 -o ./24\n$ ./24\n```\n\nThe `24.txt` and `24.md` which contain the best solutions will be generated in the same directory.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkid00%2F24game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnkid00%2F24game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkid00%2F24game/lists"}