fork(2) download
  1. function prove(P, NP) {
  2. return P == NP;
  3. }
  4.  
  5. if(prove()) print("Доказано");
Success #stdin #stdout 0.01s 29600KB
stdin
Standard input is empty
stdout
Доказано