#include void main(void) { int n = 0 ; scanf("%d",&n); char str[1000] = "a"; scanf("%s",str); for(int i = 1 ; i < n-1;i++){ printf("%c",str[i]); } }