solutions for tasks on different platforms (here for example) PS: some solutions for dynamic programming can be found here
to run the programs you are going to need:
- a c/c++ compiler (like
gcc
orclang
) - meson
- a python 3.x interpreter
to run a solution use the run.py
utility from the root of the repo, example:
./run.py inf 160
this will automatically compile all files & execute the program at ./informatics/160.cpp
.
any contributions are welcome! provide any solutions for any website with programming tasks, the only requirement is that they pass some tests