#include <stdio.h>
int main()
{
    int num="5 6 7 8";
    printf(num);
    return 0;
}