#include<iostream> using namespace std; int main(){ int t,c; cin>>t; for(int i=1;i<=t;i++){ cin>>c; cout<<(char)c; } }