Paste a class Solution { ... }
and get a full main.cpp
with input parsing & JSON-like output.
Live at: https://leetcode-runner.vercel.app
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload