#include <stdio.h>

int main(void) {
	// your code goes here
	int a[9], c, b, i;
	for(i=0;i<10;i++){
	scanf ("%d",&c);
	a[i]=c;
	}
	printf("%d ",a[i]);
	return 0;
}
