Skip to content

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).

License

Notifications You must be signed in to change notification settings

Mroik/ICPC-Coding-Challenge-2021-12-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

sudo apt-get install valgrind

on Arch-based distros

sudo pacman -S valgrind

Usage

./checker.sh <compiled_program> <directory_where_inputs_are_stored>

About

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).

Topics

Resources

License

Stars

Watchers

Forks