#include <stdio.h>

int main(void) {
	// your code goes here
    int a,b;
    scanf("%d%d",&a,&b);
    printf("我的鸡巴长%d千米,宽%d千米\n",a,b);
	return 0;
}
