#include <iostream>
using namespace std;

int main() {
	int hl = 1 + 2;
	printf("Half-Life %d confirmed!", hl);
	return false;
}