#include<stdio.h>
int main()
{
    int a;
    int b;
    scanf("%d%d", &a, &b, temp);
    a = temp;
    a = b;
    b = temp;
    printf("%d\n", a, b, temp);
    return 0;
}