A lightweight online IDE built for competitive coding.
- Parse problem automatically from CodeForces
- Snippets
- Auto Test Cases checker
- Default Template
- Dark Mode 🌑
Endpoint | Type | Params | Description |
---|---|---|---|
/api/cfparseproblem | GET | id (eg:1152a) |
Parses the given Codeforces problem using id |
/api/runcode | POST | {code,input} |
Runs your C++ Code and returns the output |
Give it a 🌟 if you liked it