fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a[9],min,i,sec,hours;
  5. printf("enter the number");
  6. for(i=0;i<=9;i++)
  7. scanf("%d",&a[i]);
  8. }
Success #stdin #stdout 0s 9432KB
stdin
0 1 1 1 3 5 6 7 7
stdout
enter the number