#include <iostream>
using namespace std;

int main() {
	cout << max<int64_t>(0, (int32_t)7 - (uint32_t)9) << endl;
	return 0;
}