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