#include <iostream>
using namespace std;

int main() {
	// your code goes here
	int a=12355;
	cout<<(12355^9);
	return 0;
}