__int64 num; scanf("%I64d", &num); printf("%I64d ", num); long long num; scanf("%lld", &num); printf("%lld ", num);