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)
powerpcle-nonearc-linuxriscv32-nonemicroblaze-noneaarch64-freebsdriscv64-netbsdx86_64-darwinarmv6l-none
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