#include <stdio.h>

int main(){
    int arr[] ={10,30-,20,45,50}
    for(int i=0;i<5;i++){
    printf("%d/n",arr[i]);
}
return 0;
}