#include<stdio.h>
int main()
{
    printf( 10 20 30 40 50);
    return 0;
}