| Name | Type | Description | Notes |
|---|---|---|---|
| lang_name | str | Language name in which code was executed | [optional] |
| lang_version | str | Version of the language used to execute code. | [optional] |
| time | int | Time taken by code during execution | [optional] |
| date | str | Date and time of code submission | [optional] |
| status | str | Status of code execution. | [optional] |
| memory | int | Memory consumed by code. | [optional] |
| signal | int | Signal received | [optional] |
| input | str | Input on which code should run | [optional] |
| output | str | Output formed as a result of code execution | [optional] |
| stderr | int | Standard error (if any) | [optional] |
| cmpinfo | str | Compilation information | [optional] |
This repository was archived by the owner on Jun 13, 2024. It is now read-only.