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