#include<stdio.h> int main(){int a[10];int s,i; for(i=0;i<10;i++){ scanf("%d",&s); printf("a[%d]=%d",i,s); } return 0;}
3 4 5 6 7https://i...content-available-to-author-only...e.com/NOhFSh# 3 5 6 4
a[0]=3a[1]=4a[2]=5a[3]=6a[4]=7a[5]=7a[6]=7a[7]=7a[8]=7a[9]=7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!