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).
- Host: GitHub
- URL: https://github.com/mroik/icpc-coding-challenge-2021-12-13
- Owner: Mroik
- License: wtfpl
- Created: 2021-12-15T12:50:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T12:46:32.000Z (over 4 years ago)
- Last Synced: 2025-02-07T11:13:35.343Z (over 1 year ago)
- Topics: c, icpc, unimi
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```