fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int arr[5];
  5. for(int i=0;i<=4;i++){
  6. scanf("%d ",&arr[i]);
  7. }
  8. for(int i=0;i<5;i++){
  9. printf("%d ",arr[i]);
  10. }
  11. }
Success #stdin #stdout 0s 5296KB
stdin
45
stdout
45 5300 0 0 -1751645664