#include <iostream>


int main() {
	std::cout << u8"\u2713" << std::endl;
}