Skip to content

sevenc-nanashi/atcoder-limit-colorizer

Repository files navigation

AtCoder Limit Colorizer

A userscript that colors the constraints based on their limits. Screenshot

Colors

  • $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

Installation

  1. Install a userscript manager like Tampermonkey.
  2. Click here to install the script.

Development

To install dependencies:

bun install

To run:

bun run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A userscript that colors the constraints based on their limits on AtCoder.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published