#include <iostream>
using namespace std;

int main() {
	cout << 43.12 - 33.88 - 9.24;
	return 0;
}