#include<bits/stdc++.h>
using namespace std;
int main(){
    char n;
    cin>>n;
    cout<<n;
    return 0;
}字符做题的基础