#include <iostream>
using namespace std;

int main() {
    string s;cin>>s;
    cout<<s;
}
// 64 位输出请用 printf("%lld")