{"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": 27.5, "percentage": 27.500000000000004, "testcases": [{"id": 10554333, "title": "Structure Check", "description": null, "duration": 0.0429689884185791, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 369950, "parent": null}, {"id": 10554334, "title": "Cheese Factory", "description": null, "duration": 1.1046247482299805, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": null}, {"id": 10554335, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.24068164825439453, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554334}, {"id": 10554336, "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.24375534057617188, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554334}, {"id": 10554337, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.3462495803833008, "score": null, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554334}, {"id": 10554338, "title": "Mighty Method", "description": null, "duration": 6.3304173946380615, "score": 25.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 369950, "parent": null}, {"id": 10554339, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.29656004905700684, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554338}, {"id": 10554340, "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.31217145919799805, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554338}, {"id": 10554341, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.3340263366699219, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554338}, {"id": 10554342, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 0.5430870056152344, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554338}, {"id": 10554343, "title": "Example Test 1", "description": null, "duration": 0.25340700149536133, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554342}, {"id": 10554344, "title": "Example Test 2", "description": null, "duration": 0.28968000411987305, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554342}, {"id": 10554345, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 2.2696828842163086, "score": 3.5, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554338}, {"id": 10554346, "title": "Boundary Test 1", "description": null, "duration": 0.389113187789917, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554345}, {"id": 10554347, "title": "Boundary Test 2", "description": null, "duration": 0.27161407470703125, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554345}, {"id": 10554348, "title": "Boundary Test 3", "description": null, "duration": 0.2959461212158203, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554345}, {"id": 10554349, "title": "Boundary Test 4", "description": null, "duration": 0.3533060550689697, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554345}, {"id": 10554350, "title": "Boundary Test 5", "description": null, "duration": 0.3072211742401123, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554345}, {"id": 10554351, "title": "Boundary Test 6", "description": null, "duration": 0.38271522521972656, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554345}, {"id": 10554352, "title": "Boundary Test 7", "description": null, "duration": 0.26976704597473145, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554345}, {"id": 10554353, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 1.8879210948944092, "score": 20.5, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554338}, {"id": 10554354, "title": "Random Test 1", "description": null, "duration": 0.2836160659790039, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554353}, {"id": 10554355, "title": "Random Test 2", "description": null, "duration": 0.3918795585632324, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554353}, {"id": 10554356, "title": "Random Test 3", "description": null, "duration": 0.37109994888305664, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554353}, {"id": 10554357, "title": "Random Test 4", "description": null, "duration": 0.3335762023925781, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554353}, {"id": 10554358, "title": "Random Test 5", "description": null, "duration": 0.5077493190765381, "score": 4.1, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554353}, {"id": 10554359, "title": "Perfect Isolation", "description": null, "duration": 11.578495740890503, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": null}, {"id": 10554360, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.5120313167572021, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554359}, {"id": 10554361, "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.46602320671081543, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554359}, {"id": 10554362, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.4678022861480713, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554359}, {"id": 10554363, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 1.230914831161499, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554359}, {"id": 10554364, "title": "Example Test 1", "description": null, "duration": 0.5960979461669922, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554363}, {"id": 10554365, "title": "Example Test 2", "description": null, "duration": 0.6348168849945068, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554363}, {"id": 10554366, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 4.274215936660767, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554359}, {"id": 10554367, "title": "Boundary Test 1", "description": null, "duration": 0.500253438949585, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554366}, {"id": 10554368, "title": "Boundary Test 2", "description": null, "duration": 0.6733806133270264, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554366}, {"id": 10554369, "title": "Boundary Test 3", "description": null, "duration": 0.7345404624938965, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554366}, {"id": 10554370, "title": "Boundary Test 4", "description": null, "duration": 0.5078427791595459, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554366}, {"id": 10554371, "title": "Boundary Test 5", "description": null, "duration": 0.6294960975646973, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554366}, {"id": 10554372, "title": "Boundary Test 6", "description": null, "duration": 0.6116430759429932, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554366}, {"id": 10554373, "title": "Boundary Test 7", "description": null, "duration": 0.6170594692230225, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554366}, {"id": 10554374, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 3.694154739379883, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554359}, {"id": 10554375, "title": "Random Test 1", "description": null, "duration": 0.7437148094177246, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554374}, {"id": 10554376, "title": "Random Test 2", "description": null, "duration": 0.5811526775360107, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554374}, {"id": 10554377, "title": "Random Test 3", "description": null, "duration": 0.7820186614990234, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554374}, {"id": 10554378, "title": "Random Test 4", "description": null, "duration": 0.7317249774932861, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554374}, {"id": 10554379, "title": "Random Test 5", "description": null, "duration": 0.8555436134338379, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554374}, {"id": 10554380, "title": "Racer", "description": null, "duration": 25.01168727874756, "score": 2.5, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": null}, {"id": 10554381, "title": "Globals", "description": "Searching for global variables, usage of which is **FORBIDDEN!**\n", "duration": 0.7162251472473145, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554380}, {"id": 10554382, "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.6604948043823242, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554380}, {"id": 10554383, "title": "Compilation", "description": "Compiles your code with the following command:\n\n```gcc -std=c11 -Wall -Werror infile... -lm```\n", "duration": 0.7877373695373535, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554380}, {"id": 10554384, "title": "Example Tests", "description": "Example tests are based on input and output data provided with assignment.\n", "duration": 1.4906902313232422, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554380}, {"id": 10554385, "title": "Example Test 1", "description": null, "duration": 0.7211496829986572, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554384}, {"id": 10554386, "title": "Example Test 2", "description": null, "duration": 0.769540548324585, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554384}, {"id": 10554387, "title": "Boundary Tests", "description": "Boundary tests are testing boundary values of input/output data.\n", "duration": 14.445554256439209, "score": 1.5, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554380}, {"id": 10554388, "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": 369950, "parent": 10554387}, {"id": 10554389, "title": "Boundary Test 2", "description": null, "duration": 0.9473171234130859, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554387}, {"id": 10554390, "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": 369950, "parent": 10554387}, {"id": 10554391, "title": "Boundary Test 4", "description": null, "duration": 0.5445778369903564, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554387}, {"id": 10554392, "title": "Boundary Test 5", "description": null, "duration": 0.9536592960357666, "score": 0.5, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554387}, {"id": 10554393, "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": 369950, "parent": 10554387}, {"id": 10554394, "title": "Boundary Test 7", "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": 369950, "parent": 10554387}, {"id": 10554395, "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": 369950, "parent": 10554387}, {"id": 10554396, "title": "Boundary Test 9", "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": 369950, "parent": 10554387}, {"id": 10554397, "title": "Random Tests", "description": "Tests are used to check your implementation against random values.\n", "duration": 6.125470161437988, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 369950, "parent": 10554380}, {"id": 10554398, "title": "Random Test 1", "description": null, "duration": 0.9895570278167725, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554397}, {"id": 10554399, "title": "Random Test 2", "description": null, "duration": 1.2802202701568604, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554397}, {"id": 10554400, "title": "Random Test 3", "description": null, "duration": 0.9239919185638428, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554397}, {"id": 10554401, "title": "Random Test 4", "description": null, "duration": 1.0479347705841064, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554397}, {"id": 10554402, "title": "Random Test 5", "description": null, "duration": 1.8837661743164062, "score": 0.0, "hint": "[\"Absolute error of your result is greater than 10^-6.\"]", "strict": false, "passed": false, "type": "exec", "render": "normal", "submission": 369950, "parent": 10554397}], "id": 369950, "resource_id": "7fa182ec-e6ff-4726-8b79-e415df97da82", "date_submitted": "2021-03-23T19:42:50Z", "date_evaluated": "2021-03-23T21:16:46.753Z", "max_score": 100.0}