#include <iostream>
using namespace std;

int main() {
	int $object = 42;
	cout << "GCC " << __VERSION__ << endl;
	cout << $object;
}