fork(1) download
  1. // cộng 5 và 6
  2. #include <iostream>
  3.  
  4. int main() {
  5. printf ("hello word ") ;
  6. return 0;
  7. }
Success #stdin #stdout 0.01s 5548KB
stdin
5
6
stdout
hello word