fork(1) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <time.h>
  4. #include <math.h>
  5.  
  6.  
  7. int main()
  8. {
  9.  
  10. double N;
  11. while(true) scanf("%lf", &N);
  12. return 0;
  13. }
Time limit exceeded #stdin #stdout 5s 3140KB
stdin
5
stdout
Standard output is empty