fork download
  1. #include <ctime>
  2.  
  3. int main()
  4. {
  5. int a = 0;
  6. int b = 0;
  7. (time(NULL) % 2 ? a : b) = 1;
  8. return a;
  9. }
Success #stdin #stdout 0s 2848KB
stdin
Standard input is empty
stdout
Standard output is empty