// editor1
include<stdio.h>
int main()
{
    int,a;
    int,b;
    scanf(%d,&a);
    sacnf(%d,&b);
    printf("%d,\na,b");
    retun0;
}