Select Git revision
zadavani-cislic.py
pipe.h 260 B
#include "lib.h"
// ************************** //
// GIVEN BY ALGORITHM //
// ************************** //
extern const bool ALLOW_INPUT_MISTAKES;
vector<bool> solve(int n, vector<int> input, vector<bool> output, int argc, char const* const* argv);