Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 425 Bytes

File metadata and controls

14 lines (7 loc) · 425 Bytes

Validator

This repository stores the C++ source code of the solution validator used for the MESS-2020+1 competition.

Compile the validator with:

g++ -o WL_Validator.exe WL_Validator.cpp

Run it with:

./WL_Validator.exe <input_file> <solution_file>

Input and solution file formats are explained in the specification file