fork download
  1. // Online C compiler to run C program online
  2. #include <stdio.h>
  3.  
  4. int main() {
  5.  
  6. int a[5],i;
  7. printf("enter 5 numbers\n");
  8.  
  9. for(i=0;i<5;i++)
  10. {
  11. scanf("%d fff",&a[i]);
  12.  
  13. printf("%d",a[i]);
  14.  
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. }
Success #stdin #stdout 0.01s 5320KB
stdin
45
stdout
enter 5 numbers
45537300-1396755984