Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.18 KB

UserSubmissionStats.md

File metadata and controls

19 lines (15 loc) · 1.18 KB

UserSubmissionStats

Properties

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]

[Back to Model list] [Back to API list] [Back to README]