#include <stdio.h>

int main(void) {
	printf("Naipes: ♠ ♣ ♥ ♦ ♡ ♢ ♤ ♧ \n");	
	return 0;
}
