#include <stdio.h>

int main() {
int arr[10,20,30,40,50];
printf("%d",arr[5]);
return 0;
}