ac-library

ac-library 1.6

Official library of AtCoder

https://github.com/atcoder/ac-library
Creative Commons Zero v1.0 Universal
programs: expander
Platforms (80)
riscv32-netbsdi686-windowsx86_64-cygwini686-linuxwasm32-wasis390-nonewasm64-wasiriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ac-library
];
Ad-hoc shell
nix-shell -p ac-library
Flake (nix run)
nix run nixpkgs#ac-library