#include <iostream>
using namespace std;

int main() {
	// your code goes here
	int a  = 10;
	printf("\n a = %d", a),int(3);
	return 0;
}