#include <stdio.h>

int main(void) {
	int a,b,c;
    scanf("a=%d,b=%d,c=%d",&a,&b,&c);
	return 0;
}
