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