fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int a[9], c, b, i;
  6. for(i=0;i<10;i++){
  7. scanf ("%d",&c);
  8. a[i]=c;
  9. }
  10. printf("%d ",a[i]);
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5288KB
stdin
1 2 3 4 5 6 7 8 9 10
stdout
-1714677760