Skip to content
Snippets Groups Projects
Select Git revision
  • 6d1d8513378c72a7d31543cc6a7e2722f79955de
  • master default
  • zs2021
  • zs1920
4 results

zadavani-cislic.py

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