#include<iostream> using namespace std; int main(){ int n1,n2,n3; cin>>n1>>n2>>n3; cout<<n1<<" "<<n2<<" "<<n3<<" "; return 0; }