This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
response = { | |
"1234_5678": { | |
"passed": ["1", "2"], | |
"failed": [ | |
{ | |
"tc_id": "3", | |
"output": "STRING THAT IS STUDENT OUTPUT AFTER COMPILATION FOR THE GIVEN INPUT", | |
"expected": "STRING THAT IS THE EXPECTED OUTPUT FOR THE GIVEN INPUT" | |
} | |
] |