{"id":23637963,"url":"https://github.com/mateusz-przybyla/spoj-cpp-algorithmics","last_synced_at":"2025-11-09T07:30:37.379Z","repository":{"id":217580916,"uuid":"736962719","full_name":"mateusz-przybyla/spoj-cpp-algorithmics","owner":"mateusz-przybyla","description":"My solutions of the selected SPOJ tasks.","archived":false,"fork":false,"pushed_at":"2024-02-17T22:24:36.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T07:16:03.024Z","etag":null,"topics":["algorithm","cpp","data-structures","matematics","spoj","spoj-problems"],"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/mateusz-przybyla.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}},"created_at":"2023-12-29T11:41:28.000Z","updated_at":"2024-12-12T14:24:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a91f3b75-46ad-470d-b366-92605bcc776a","html_url":"https://github.com/mateusz-przybyla/spoj-cpp-algorithmics","commit_stats":null,"previous_names":["mateusz-przybyla/spoj_cpp","mateusz-przybyla/spoj_cpp_algorithmics","mateusz-przybyla/spoj-cpp-algorithmics"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2Fspoj-cpp-algorithmics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2Fspoj-cpp-algorithmics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2Fspoj-cpp-algorithmics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2Fspoj-cpp-algorithmics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusz-przybyla","download_url":"https://codeload.github.com/mateusz-przybyla/spoj-cpp-algorithmics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571542,"owners_count":19661164,"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":["algorithm","cpp","data-structures","matematics","spoj","spoj-problems"],"created_at":"2024-12-28T07:16:08.240Z","updated_at":"2025-11-09T07:30:37.319Z","avatar_url":"https://github.com/mateusz-przybyla.png","language":"C++","readme":"[Link to my SPOJ profile](https://pl.spoj.com/users/mateusz_941/)\n\n## Assumptions for tasks:\n\n### AL_05_01 - Czarodziejskie lusterko\n+ [link to assumptions](https://pl.spoj.com/problems/AL_05_01/)\n+ **exemplary input:**\\\n    13\\\n    47\\\n    11\\\n    61\n+ **output:**\\\n    11\\\n    61\\\n    13\\\n    47\n\n### CALC - Kalkulator\n+ [link to assumptions](https://pl.spoj.com/problems/CALC/)\n+ **exemplary input:**\\\n    '+' 7 9\\\n    '-' 0 4\\\n    '*' 5 6\\\n    '/' 8 3\\\n    '%' 5 2\n+ **output:**\\\n    16\\\n    -4\\\n    30\\\n    2\\\n    1\n\n### DOUGHNUT - Harry and big doughnuts\n+ [link to assumptions](https://pl.spoj.com/problems/DOUGHNUT/)\n+ **exemplary input:**\\\n    3\\\n    5 15 3\\\n    1 5 4\\\n    13 25 2\n+ **output:**\\\n    yes\\\n    yes\\\n    no\n\n### ETI06F1 - Pole pewnego koła\n+ [link to assumptions](https://pl.spoj.com/problems/ETI06F1/)\n+ **exemplary input:**\\\n    10 10\\\n    1000 1500\n+ **output:**\\\n    235.62\\\n    1374446.79\n\n### FLAMASTE - Flamaster\n+ [link to assumptions](https://pl.spoj.com/problems/FLAMASTE/)\n+ **exemplary input:**\\\n    4\\\n    OPSS\\\n    ABCDEF\\\n    ABBCCCDDDDEEEEEFGGHIIJKKKL\\\n    AAAAAAAAAABBBBBBBBBBBBBBBB\n+ **output:**\\\n    OPSS\\\n    ABCDEF\\\n    ABBC3D4E5FGGHIIJK3L\\\n    A10B16\n\n### FR_02_06 - BMI\n+ [link to assumptions](https://pl.spoj.com/problems/FR_02_06/)\n+ **exemplary input:**\\\n    5\\\n    Ala 50 173\\\n    Beata 70 190\\\n    Boleslaw 100 180\\\n    Wincent 85 186\\\n    Hiacynta 62 164\n+ **output:**\\\n    niedowaga\\\n    Ala\n\n    wartosc prawidlowa\\\n    Beata\\\n    Wincent\\\n    Hiacynta\n\n    nadwaga\\\n    Boleslaw\n\n### HEXTOBIN - Szesnastkowa na binarna\n+ [link to assumptions](https://www.spoj.com/WSDOCPP/problems/HEXTOBIN/)\n+ **exemplary input:**\\\n    3\\\n    A\n+ **output:**\\\n    0011\\\n    1010\n\n### JGGHACK - Łamacz gg\n+ [link to assumptions](https://pl.spoj.com/problems/JGGHACK/)\n+ **exemplary input:**\\\n    BGCGDGEGFGGGHGIGJGKG\\\n    LGBGEHBGDHEHCHPGGGBG\\\n    PGCGPGKHPGHHJGDHLGPG\n+ **output:**\\\n    abcdefghij\\\n    katastrofa\\\n    obozowisko\n\n### JPESEL - Pesel\n+ [link to assumptions](https://pl.spoj.com/problems/JPESEL/)\n+ **exemplary input:**\\\n    2\\\n    44051401458\\\n    12345678901\n+ **output:**\\\n    D\\\n    N\n\n### JSZYCER - Szyfr Cezara\n+ [link to assumptions](https://pl.spoj.com/problems/JSZYCER/)\n+ **exemplary input:**\\\n    ABC DEF\\\n    TERA EST ROTUNDA\n+ **output:**\\\n    DEF GHI\\\n    WHUD HVW URWXQGD\n\n### KC001 - Dodawanie liczb całkowitych\n+ [link to assumptions](https://pl.spoj.com/PDSTPROG/problems/KC001/)\n+ **exemplary input:**\\\n    100\\\n    -68\\\n    12\n+ **output:**\\\n    44\n\n### MWP2_1E - Szpieg\n+ [link to assumptions](https://pl.spoj.com/problems/MWP2_1E/)\n+ **exemplary input:**\\\n    RADZIECKI\\\n    MULLER\\\n    WYWIAD\\\n    WZYWA\\\n    HERR\n+ **output:**\\\n    HERR\\\n    MULLER\\\n    RADZIECKI\\\n    WYWIAD\\\n    WZYWA\n\n### MWP8_1B - Budka suflera\n+ [link to assumptions](https://pl.spoj.com/problems/MWP8_1B/)\n + **exemplary input:**\\\n    JOLKA JOLKA PAMIETASZ LATO ZE SNU\\\n    JOLKA ZE SNU\n+ **output:**\\\n    3\\\n    JOLKA\\\n    LATO\\\n    PAMIETASZ\n\n### MWPZ06X - Nowa działka\n+ [link to assumptions](https://pl.spoj.com/problems/MWPZ06X/)\n+ **exemplary input:**\\\n    2\\\n    5\\\n    3\n+ **output:**\\\n    25\\\n    9\n\n### PALIND2 - Palindrom tekstowy\n+ [link to assumptions](https://pl.spoj.com/WSDOCPP/problems/PALIND2/)\n+ **exemplary input:**\\\n    5\\\n    kobylamamalybok\\\n    kaftan\\\n    kajak\\\n    preeeeeeeerp\\\n    a\n+ **output:**\\\n    tak\\\n    nie\\\n    tak\\\n    tak\\\n    tak\n\n### POL - Połowa\n+ [link to assumptions](https://pl.spoj.com/problems/POL/)\n+ **exemplary input:**\\\n    3\\\n    pierwszy\\\n    lubiec\\\n    ktotozrobi\n+ **output:**\\\n    pier\\\n    lub\\\n    ktoto\n\n### POTSAM - Samolot\n+ [link to assumptions](https://pl.spoj.com/problems/POTSAM/)\n+ **exemplary input:**\\\n    2 5 3 20\n+ **output:**\\\n    70\n\n### PP0502B - Tablice\n+ [link to assumptions](https://pl.spoj.com/problems/PP0502B/)\n+ **exemplary input:**\\\n    2\\\n    7 1 2 3 4 5 6 7\\\n    3 3 2 11\n+ **output:**\\\n    7 6 5 4 3 2 1\\\n    11 2 3\n    \n### PP0602A - Parzyste nieparzyste\n+ [link to assumptions](https://pl.spoj.com/problems/PP0602A/)\n+ **exemplary input:**\\\n    2\\\n    4 1 2 3 5\\\n    3 9 8 7\n+ **output:**\\\n    2 5 1 3\\\n    8 9 7\n    \n### PRIME_T - Liczby Pierwsze\n+ [link to assumptions](https://pl.spoj.com/problems/PRIME_T/)\n+ **exemplary input:**\\\n    3\\\n    11\\\n    1\\\n    4\n+ **output:**\\\n    TAK\\\n    NIE\\\n    NIE\n\n### PRZEDSZK - Przedszkolanka\n+ [link to assumptions](https://pl.spoj.com/problems/PRZEDSZK/)\n+ **exemplary input:**\\\n    2\\\n    12 15\\\n    11 22\n+ **output:**\\\n    60\\\n    22\n\n### PTROL - ROL\n+ [link to assumptions](https://pl.spoj.com/problems/PTROL/)\n+ **exemplary input:**\\\n    2\\\n    7 1 2 3 4 5 6 7\\\n    3 2 1 10\n+ **output:**\\\n    2 3 4 5 6 7 1\\\n    1 10 2 \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusz-przybyla%2Fspoj-cpp-algorithmics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusz-przybyla%2Fspoj-cpp-algorithmics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusz-przybyla%2Fspoj-cpp-algorithmics/lists"}