fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int changed = 0;
  6. do while(changed < 1) {printf( "<%d>\n", ++changed );} while(changed < 2);
  7. return 0;
  8. }
  9.  
Time limit exceeded #stdin #stdout 5s 2156KB
stdin
Standard input is empty
stdout
Standard output is empty