fork(2) download
  1. #include <iostream>
  2. #include <stdio.h>
  3. using namespace std;
  4.  
  5. int main() {
  6. printf("%d", ~5);
  7. }
Success #stdin #stdout 0s 16048KB
stdin
Standard input is empty
stdout
-6