#include<stdio.h>
int main()
{
    int n=10 20 24 65;
    int n=10 54 25 65 45;
    printf("%d"&&n);
    return 0;
}