Skip to content
Snippets Groups Projects
Select Git revision
  • 7fb3a52c4fd4064048f6ad2ec9cf265a3588b211
  • master default protected
2 results

pipe.h

Blame
  • 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);