include<iostream> using namespace std; int main() { int l,n,m; cin>>l>>n>>m; printf("%8d%8d%8d",l,n,m); return 0; }