fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int sheepcounter=133;
  5. if(sheepcounter>=120) {cout <<"sleepanddream()";
  6. }
  7. return 0 ;
  8. }
Success #stdin #stdout 0s 4536KB
stdin
Standard input is empty
stdout
sleepanddream()