#include <iostream>
using namespace std;

int main() {
	// your code goes here
	cout << 765 - int(755.00000000);
	return 0;
}