#include
#include
#include <stdio.h>
#include
#include
#include
using namespace std;
#define LL long long
const int N=1e5;
const int INF = 0x3f3f3f3f;
int a,b,c;
int main()
{
cin>>a>>b>>c;
cout<<setw(8)<<a<<" ";
cout<<setw(8)<<b<<" ";
cout<<setw(8)<<c<<" ";