#include <iostream>

int main() {
	int N = 6;
	std::cout << std::to_string(N);
}