#include <iostream>
using namespace std;

int main() {
	int a, const aVotHui = 5;
	std::cout << "A vot huy: " << aVotHui << std::endl;
	return 0;
}