An open API service indexing awesome lists of open source software.

https://github.com/mroik/icpc-coding-challenge-2021-12-13

A repo containing my solutions to the 2021-12-13 UNIMI edition and a script to verify the correctness of the programs. (The text of the problems and their input are not destributed through this repo).
https://github.com/mroik/icpc-coding-challenge-2021-12-13

c icpc unimi

Last synced: about 1 year ago
JSON representation

A repo containing my solutions to the 2021-12-13 UNIMI edition and a script to verify the correctness of the programs. (The text of the problems and their input are not destributed through this repo).

Awesome Lists containing this project

README

          

# Constraints
* Max runtime: 4s
* Max memory size: 400MB

# Checker
## Dependencies
checker.sh uses `valgrind` so make sure to install it using
on Debian-based distros
```sh
sudo apt-get install valgrind
```
on Arch-based distros
```sh
sudo pacman -S valgrind
```

## Usage
```sh
./checker.sh
```