{"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": 44.3, "percentage": 44.3, "testcases": [{"id": 10560940, "title": "Structure Check", "description": null, "duration": 0.05200934410095215, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 370043, "parent": null}, {"id": 10560941, "title": "Cheese Factory", "description": null, "duration": 1.1267893314361572, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 370043, "parent": null}, {"id": 10560942, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.22470951080322266, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560941}, {"id": 10560943, "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.2739729881286621, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560941}, {"id": 10560944, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.34235262870788574, "score": null, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560941}, {"id": 10560945, "title": "Mighty Method", "description": null, "duration": 4.967113971710205, "score": 25.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 370043, "parent": null}, {"id": 10560946, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.31527161598205566, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560945}, {"id": 10560947, "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.21900224685668945, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560945}, {"id": 10560948, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.28831052780151367, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560945}, {"id": 10560949, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 0.5508430004119873, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560945}, {"id": 10560950, "title": "Example Test 1", "description": null, "duration": 0.27112293243408203, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560949}, {"id": 10560951, "title": "Example Test 2", "description": null, "duration": 0.2797200679779053, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560949}, {"id": 10560952, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 1.7680082321166992, "score": 3.5, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560945}, {"id": 10560953, "title": "Boundary Test 1", "description": null, "duration": 0.22096896171569824, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560952}, {"id": 10560954, "title": "Boundary Test 2", "description": null, "duration": 0.2336122989654541, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560952}, {"id": 10560955, "title": "Boundary Test 3", "description": null, "duration": 0.27455615997314453, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560952}, {"id": 10560956, "title": "Boundary Test 4", "description": null, "duration": 0.2697925567626953, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560952}, {"id": 10560957, "title": "Boundary Test 5", "description": null, "duration": 0.24909663200378418, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560952}, {"id": 10560958, "title": "Boundary Test 6", "description": null, "duration": 0.2605154514312744, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560952}, {"id": 10560959, "title": "Boundary Test 7", "description": null, "duration": 0.25946617126464844, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560952}, {"id": 10560960, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 1.2433652877807617, "score": 20.5, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560945}, {"id": 10560961, "title": "Random Test 1", "description": null, "duration": 0.27040910720825195, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560960}, {"id": 10560962, "title": "Random Test 2", "description": null, "duration": 0.24993300437927246, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560960}, {"id": 10560963, "title": "Random Test 3", "description": null, "duration": 0.22348237037658691, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560960}, {"id": 10560964, "title": "Random Test 4", "description": null, "duration": 0.26778173446655273, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560960}, {"id": 10560965, "title": "Random Test 5", "description": null, "duration": 0.23175907135009766, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560960}, {"id": 10560966, "title": "Perfect Isolation", "description": null, "duration": 27.987735509872437, "score": 16.3, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 370043, "parent": null}, {"id": 10560967, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.2503509521484375, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560966}, {"id": 10560968, "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.2902207374572754, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560966}, {"id": 10560969, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.3146498203277588, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560966}, {"id": 10560970, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 1.823087215423584, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560966}, {"id": 10560971, "title": "Example Test 1", "description": null, "duration": 1.0550246238708496, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560970}, {"id": 10560972, "title": "Example Test 2", "description": null, "duration": 0.7680625915527344, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560970}, {"id": 10560973, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 7.865442514419556, "score": 3.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560966}, {"id": 10560974, "title": "Boundary Test 1", "description": null, "duration": 0.5394093990325928, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560973}, {"id": 10560975, "title": "Boundary Test 2", "description": null, "duration": 0.6279518604278564, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560973}, {"id": 10560976, "title": "Boundary Test 3", "description": null, "duration": 1.6822614669799805, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560973}, {"id": 10560977, "title": "Boundary Test 4", "description": null, "duration": 1.3930034637451172, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560973}, {"id": 10560978, "title": "Boundary Test 5", "description": null, "duration": 1.4603474140167236, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560973}, {"id": 10560979, "title": "Boundary Test 6", "description": null, "duration": 0.9022173881530762, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560973}, {"id": 10560980, "title": "Boundary Test 7", "description": null, "duration": 1.260251522064209, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560973}, {"id": 10560981, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 16.782944202423096, "score": 12.3, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560966}, {"id": 10560982, "title": "Random Test 1", "description": null, "duration": 1.3316450119018555, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560981}, {"id": 10560983, "title": "Random Test 2", "description": null, "duration": 2.387661933898926, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560981}, {"id": 10560984, "title": "Random Test 3", "description": null, "duration": 4.2250471115112305, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560981}, {"id": 10560985, "title": "Random Test 4", "description": null, "duration": 6.0, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560981}, {"id": 10560986, "title": "Random Test 5", "description": null, "duration": 2.838590145111084, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560981}, {"id": 10560987, "title": "Racer", "description": null, "duration": 19.294116258621216, "score": 3.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 370043, "parent": null}, {"id": 10560988, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.6747236251831055, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560987}, {"id": 10560989, "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.7716128826141357, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560987}, {"id": 10560990, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.7079832553863525, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560987}, {"id": 10560991, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 1.5947296619415283, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560987}, {"id": 10560992, "title": "Example Test 1", "description": null, "duration": 0.7161440849304199, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560991}, {"id": 10560993, "title": "Example Test 2", "description": null, "duration": 0.8785855770111084, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560991}, {"id": 10560994, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 12.579229354858398, "score": 2.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560987}, {"id": 10560995, "title": "Boundary Test 1", "description": null, "duration": 2.0, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10560996, "title": "Boundary Test 2", "description": null, "duration": 0.794818639755249, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10560997, "title": "Boundary Test 3", "description": null, "duration": 2.0, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10560998, "title": "Boundary Test 4", "description": null, "duration": 0.5082676410675049, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10560999, "title": "Boundary Test 5", "description": null, "duration": 2.0, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10561000, "title": "Boundary Test 6", "description": null, "duration": 2.0, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10561001, "title": "Boundary Test 7", "description": null, "duration": 0.48757004737854004, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10561002, "title": "Boundary Test 8", "description": null, "duration": 2.0, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10561003, "title": "Boundary Test 9", "description": null, "duration": 0.7885730266571045, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 370043, "parent": 10560994}, {"id": 10561004, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 2.2480735778808594, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 370043, "parent": 10560987}, {"id": 10561005, "title": "Random Test 1", "description": null, "duration": 0.5292167663574219, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10561004}, {"id": 10561006, "title": "Random Test 2", "description": null, "duration": 0.3717164993286133, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10561004}, {"id": 10561007, "title": "Random Test 3", "description": null, "duration": 0.42406463623046875, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10561004}, {"id": 10561008, "title": "Random Test 4", "description": null, "duration": 0.4971601963043213, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10561004}, {"id": 10561009, "title": "Random Test 5", "description": null, "duration": 0.4259154796600342, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 370043, "parent": 10561004}], "id": 370043, "resource_id": "895b6b56-6747-44ad-9ca8-61fcdfc9a60e", "date_submitted": "2021-03-23T22:09:01Z", "date_evaluated": "2021-03-23T23:10:30.685Z", "max_score": 100.0}