fork(1) download
  1.  
  2. #include <stdio.h>
  3. #define NUM 20
  4. int main(void)
  5. {
  6. int fckingshit[NUM];
  7. int i;
  8. printf("Enter 20 integers now: ");
  9. for(i=0;i<NUM;i++)
  10. scanf("%d",&fckingshit[i]);
  11. return 0;
  12. }
Success #stdin #stdout 0s 2012KB
stdin
Standard input is empty
stdout
Enter 20 integers now: