#include <stdio.h> int main() { long long a,b,c; scanf("%lld%lld%lld",&a,&b,&c); printf("%8lld\t%8lld\t%8lld",a,b,c); return 0; }