#include <iostream>
using namespace std;

int main() {
	char c = '☻';
    cout << c << endl;
	return 0;
}