| Name | Type | Description | Notes |
|---|---|---|---|
| accepted_solutions | int | Total number of accepted solutions. | [optional] |
| attempted_problems | int | Total number of attempted problems. | [optional] |
| compilation_error | int | Total number of partially solved solutions. | [optional] |
| partially_solved_problems | int | Total number of partially solved problems. | [optional] |
| partially_solved_submissions | int | Total number of partially solved submissions made by user. | [optional] |
| runtime_error | int | Total number of run time error solutions. | [optional] |
| submitted_solutions | int | Total number of attempted problems. | [optional] |
| solved_problems | int | Total number of solved solutions. | [optional] |
| time_limit_exceeded | int | Total number of time limit exceeded solutions. | [optional] |
| wrong_submissions | int | Total number of wrong solutions. | [optional] |
This repository was archived by the owner on Jun 13, 2024. It is now read-only.