{"problem": {"id": 1751, "resource_id": "prog.2021.problems-to-solve", "title": "Problem Set 2: Problems to solve"}, "student": {"id": 5609, "resource_id": "1DIYiK", "name": "Richard Dzurik", "email": "richard.dzurik@student.tuke.sk"}, "score": 13.7, "percentage": 13.699999999999998, "testcases": [{"id": 10493995, "title": "Structure Check", "description": null, "duration": 0.057314157485961914, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 369073, "parent": null}, {"id": 10493996, "title": "Cheese Factory", "description": null, "duration": 1.3516812324523926, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": null}, {"id": 10493997, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.341172456741333, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10493996}, {"id": 10493998, "title": "Static Code Analysis", "description": "Checks style of your code with cppcheck with following command:\n\n```cppcheck --enable=warning,performance,unusedFunction --error-exitcode=1 infile...```\n", "duration": 0.33715343475341797, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10493996}, {"id": 10493999, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.2832002639770508, "score": null, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10493996}, {"id": 10494000, "title": "Mighty Method", "description": null, "duration": 3.7051966190338135, "score": 1.5, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": null}, {"id": 10494001, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.22053027153015137, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494000}, {"id": 10494002, "title": "Static Code Analysis", "description": "Checks style of your code with cppcheck with following command:\n\n```cppcheck --enable=warning,performance,unusedFunction --error-exitcode=1 infile...```\n", "duration": 0.23117613792419434, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494000}, {"id": 10494003, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.26949262619018555, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494000}, {"id": 10494004, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 0.3989279270172119, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 369073, "parent": 10494000}, {"id": 10494005, "title": "Example Test 1", "description": null, "duration": 0.18208885192871094, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494004}, {"id": 10494006, "title": "Example Test 2", "description": null, "duration": 0.21683907508850098, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494004}, {"id": 10494007, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 1.2303216457366943, "score": 0.5, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": 10494000}, {"id": 10494008, "title": "Boundary Test 1", "description": null, "duration": 0.2023162841796875, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494007}, {"id": 10494009, "title": "Boundary Test 2", "description": null, "duration": 0.20055651664733887, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494007}, {"id": 10494010, "title": "Boundary Test 3", "description": null, "duration": 0.20277953147888184, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494007}, {"id": 10494011, "title": "Boundary Test 4", "description": null, "duration": 0.16553926467895508, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494007}, {"id": 10494012, "title": "Boundary Test 5", "description": null, "duration": 0.15335345268249512, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494007}, {"id": 10494013, "title": "Boundary Test 6", "description": null, "duration": 0.1501922607421875, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494007}, {"id": 10494014, "title": "Boundary Test 7", "description": null, "duration": 0.15558433532714844, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494007}, {"id": 10494015, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 0.8629012107849121, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": 10494000}, {"id": 10494016, "title": "Random Test 1", "description": null, "duration": 0.1589193344116211, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494015}, {"id": 10494017, "title": "Random Test 2", "description": null, "duration": 0.1512908935546875, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494015}, {"id": 10494018, "title": "Random Test 3", "description": null, "duration": 0.15589547157287598, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494015}, {"id": 10494019, "title": "Random Test 4", "description": null, "duration": 0.2064073085784912, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494015}, {"id": 10494020, "title": "Random Test 5", "description": null, "duration": 0.19038820266723633, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494015}, {"id": 10494021, "title": "Perfect Isolation", "description": null, "duration": 5.35942268371582, "score": 12.2, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": null}, {"id": 10494022, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.177534818649292, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494021}, {"id": 10494023, "title": "Static Code Analysis", "description": "Checks style of your code with cppcheck with following command:\n\n```cppcheck --enable=warning,performance,unusedFunction --error-exitcode=1 infile...```\n", "duration": 0.254180908203125, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494021}, {"id": 10494024, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.29769229888916016, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494021}, {"id": 10494025, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 0.5421254634857178, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 369073, "parent": 10494021}, {"id": 10494026, "title": "Example Test 1", "description": null, "duration": 0.307173490524292, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494025}, {"id": 10494027, "title": "Example Test 2", "description": null, "duration": 0.23495197296142578, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494025}, {"id": 10494028, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 1.7634360790252686, "score": 3.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": 10494021}, {"id": 10494029, "title": "Boundary Test 1", "description": null, "duration": 0.28591418266296387, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494028}, {"id": 10494030, "title": "Boundary Test 2", "description": null, "duration": 0.2926292419433594, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494028}, {"id": 10494031, "title": "Boundary Test 3", "description": null, "duration": 0.22328734397888184, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494028}, {"id": 10494032, "title": "Boundary Test 4", "description": null, "duration": 0.24122214317321777, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494028}, {"id": 10494033, "title": "Boundary Test 5", "description": null, "duration": 0.23859167098999023, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494028}, {"id": 10494034, "title": "Boundary Test 6", "description": null, "duration": 0.2352280616760254, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494028}, {"id": 10494035, "title": "Boundary Test 7", "description": null, "duration": 0.24656343460083008, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494028}, {"id": 10494036, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 1.7847590446472168, "score": 8.2, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": 10494021}, {"id": 10494037, "title": "Random Test 1", "description": null, "duration": 0.24253106117248535, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494036}, {"id": 10494038, "title": "Random Test 2", "description": null, "duration": 0.2592153549194336, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494036}, {"id": 10494039, "title": "Random Test 3", "description": null, "duration": 0.4878826141357422, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494036}, {"id": 10494040, "title": "Random Test 4", "description": null, "duration": 0.4936833381652832, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494036}, {"id": 10494041, "title": "Random Test 5", "description": null, "duration": 0.30144667625427246, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494036}, {"id": 10494042, "title": "Racer", "description": null, "duration": 0.8042747974395752, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369073, "parent": null}, {"id": 10494043, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.20108318328857422, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494042}, {"id": 10494044, "title": "Static Code Analysis", "description": "Checks style of your code with cppcheck with following command:\n\n```cppcheck --enable=warning,performance,unusedFunction --error-exitcode=1 infile...```\n", "duration": 0.181380033493042, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494042}, {"id": 10494045, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.2510716915130615, "score": null, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 369073, "parent": 10494042}], "id": 369073, "resource_id": "40329d9e-d974-41c8-972c-1354330bc20a", "date_submitted": "2021-03-22T17:37:34Z", "date_evaluated": "2021-03-22T19:09:59.464Z", "max_score": 100.0}