#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; printf("%8d",a); printf("%8d",b); printf("%8d",c); return 0; }