fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int i,a[20],max;
  6. for(i=0;i<=19;i++) scanf("%d",&a[i]);
  7. for(i=0;i<=max;i++)
  8. printf("%d",max);
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0.01s 5320KB
stdin
15 25 17 26 14 28 26 10 1 1 1 1 1 11 1 14 78 98 12 599
stdout
Standard output is empty