Runner must accept a vector of strings: the path to the executable and the arguments. For example: ```python3 runner_lib_py.runner([["/usr/bin/g++", "/usr/bin/g++", "main.cpp", "-o", "main.o"], input, limits) ```