#include<bits/stdc++.h> using namespace std; int n,s1,s2,s3; int main(){ cin>>s1>>s2>>s3; cout<<s1<<s2<<s3; }