{"id":15047625,"url":"https://github.com/frikallo/computers12","last_synced_at":"2026-04-02T02:37:09.832Z","repository":{"id":241365935,"uuid":"806439481","full_name":"Frikallo/Computers12","owner":"Frikallo","description":"Solutions to 10 years of senior CCC problems, as well as ~30 CCO problems. All in C++","archived":false,"fork":false,"pushed_at":"2024-06-17T00:32:22.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T17:17:06.084Z","etag":null,"topics":["ccc","ccc-solutions","cpp17"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frikallo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-27T07:49:22.000Z","updated_at":"2024-06-17T16:27:56.000Z","dependencies_parsed_at":"2024-05-28T01:37:16.541Z","dependency_job_id":"c06c395a-6b55-48ad-9923-b0ade06a4737","html_url":"https://github.com/Frikallo/Computers12","commit_stats":null,"previous_names":["frikallo/computers12"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frikallo%2FComputers12","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frikallo%2FComputers12/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frikallo%2FComputers12/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frikallo%2FComputers12/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frikallo","download_url":"https://codeload.github.com/Frikallo/Computers12/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489777,"owners_count":20298997,"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":["ccc","ccc-solutions","cpp17"],"created_at":"2024-09-24T21:01:38.724Z","updated_at":"2025-12-29T12:14:33.395Z","avatar_url":"https://github.com/Frikallo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Computers 12 Problems\nSolutions to 10 years of CCC in C++\n\ntodo:\n1. **2006**\n- [x] Problem S1 [Source](./2006/Problem1.cpp)\n- [x] Problem S2 [Source](./2006/Problem2.cpp)\n- [x] Problem S3 [Source](./2006/Problem3.cpp)\n- [x] Problem S4 [Source](./2006/Problem4.cpp)\n- [x] Problem S5 [Source](./2006/Problem5.cpp)\n2. **2007**\n- [x] Problem S1 [Source](./2007/Problem1.cpp)\n- [x] Problem S2 [Source](./2007/Problem2.cpp)\n- [x] Problem S3 [Source](./2007/Problem3.cpp)\n- [x] Problem S4 [Source](./2007/Problem4.cpp)\n- [x] Problem S5 [Source](./2007/Problem5.cpp)\n3. **2011**\n- [x] Problem S1 [Source](./2011/Problem1.cpp)\n- [x] Problem S2 [Source](./2011/Problem2.cpp)\n- [x] Problem S3 [Source](./2011/Problem3.cpp)\n- [x] Problem S4 [Source](./2011/Problem4.cpp)\n- [x] Problem S5 [Source](./2011/Problem5.cpp)\n4. **2015**\n- [x] Problem S1 [Source](./2015/Problem1.cpp)\n- [x] Problem S2 [Source](./2015/Problem2.cpp)\n- [x] Problem S3 [Source](./2015/Problem3.cpp)\n- [x] Problem S4 [Source](./2015/Problem4.cpp)\n- [x] Problem S5 [Source](./2015/Problem5.cpp)\n5. **2016**\n- [x] Problem S1 [Source](./2016/Problem1.cpp)\n- [x] Problem S2 [Source](./2016/Problem2.cpp)\n- [x] Problem S3 [Source](./2016/Problem3.cpp)\n- [x] Problem S4 [Source](./2016/Problem4.cpp)\n- [x] Problem S5 [Source](./2016/Problem5.cpp)\n6. **2017**\n- [x] Problem S1 [Source](./2017/Problem1.cpp)\n- [x] Problem S2 [Source](./2017/Problem2.cpp)\n- [x] Problem S3 [Source](./2017/Problem3.cpp)\n- [x] Problem S4 [Source](./2017/Problem4.cpp)\n- [x] Problem S5 [Source](./2017/Problem5.cpp)\n7. **2018**\n- [x] Problem S1 [Source](./2018/Problem1.cpp)\n- [x] Problem S2 [Source](./2018/Problem2.cpp)\n- [x] Problem S3 [Source](./2018/Problem3.cpp)\n- [x] Problem S4 [Source](./2018/Problem4.cpp)\n- [x] Problem S5 [Source](./2018/Problem5.cpp)\n8. **2019**\n- [x] Problem S1 [Source](./2019/Problem1.cpp)\n- [x] Problem S2 [Source](./2019/Problem2.cpp)\n- [x] Problem S3 [Source](./2019/Problem3.cpp)\n- [x] Problem S4 [Source](./2019/Problem4.cpp)\n- [x] Problem S5 [Source](./2019/Problem5.cpp)\n9. **2020**\n- [x] Problem S1 [Source](./2020/Problem1.cpp)\n- [x] Problem S2 [Source](./2020/Problem2.cpp)\n- [x] Problem S3 [Source](./2020/Problem3.cpp)\n- [x] Problem S4 [Source](./2020/Problem4.cpp)\n- [x] Problem S5 [Source](./2020/Problem5.cpp)\n10. **2021**\n- [x] Problem S1 [Source](./2021/Problem1.cpp)\n- [x] Problem S2 [Source](./2021/Problem2.cpp)\n- [x] Problem S3 [Source](./2021/Problem3.cpp)\n- [x] Problem S4 [Source](./2021/Problem4.cpp)\n- [x] Problem S5 [Source](./2021/Problem5.cpp)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrikallo%2Fcomputers12","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrikallo%2Fcomputers12","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrikallo%2Fcomputers12/lists"}