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