fork(1) download
  1. volatile unsigned char flag=0;
  2. extern volatile unsigned char flag;
  3.  
  4. int main(void)
  5. {
  6. // your code goes here
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Standard output is empty