#include <iostream>
using namespace std;

int main() {
	// your code goes here
	int a=5;
	if (a=3)
		std::cout<<"5";
	return 0;
}