#include<cstdio> using namespace std; long long a,b,c; int main() { scanf("%lld%lld%lld",&a,&b,&c); printf("%8lld %8lld %8lld",a,b,c); return 0; }