A userscript that colors the constraints based on their limits.
-
$N = 998244353, 1000000007$ : Special (#0dcaf0
, from the "Unknown" difficulty of AtCoder Problems) -
$N \geq 10^{18}$ : Red -
$N \geq 10^9$ : Orange -
$N \geq 10^5$ : Yellow -
$N \geq 1000$ : Blue -
$N \geq 100$ : Cyan -
$N \geq 10$ : Green - Otherwise: Brown
- Install a userscript manager like Tampermonkey.
- Click here to install the script.
To install dependencies:
bun install
To run:
bun run dev
This project is licensed under the MIT License - see the LICENSE file for details.