fork download
  1.  
  2. #include <iostream>
  3. #include<omp.h>
  4. using namespace std ;
  5.  
  6. int main()
  7. {
  8. #pragma omp palallel
  9. {
  10. printf("zeyad\n");
  11. }
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0.01s 5296KB
stdin
Standard input is empty
stdout
zeyad