Помогите с программированием. надо на Си
#include "stdio.h"
int main(){
int i;
int a[10];
for(i = 0; i < 10; i++){
scanf("%d",&a[i]);
}
return 0;