ac-library
ac-library 1.6
Official library of AtCoder
https://github.com/atcoder/ac-libraryCreative Commons Zero v1.0 Universal
programs: expander
Maintainers
Platforms (80)
powerpcle-nonearc-linuxriscv32-nonemicroblaze-noneaarch64-freebsdriscv64-netbsdx86_64-darwinarmv6l-none
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