#include <iostream>
using namespace std;

int main() {
	// your code goes here
	cout << (0.1f + 0.1f + 0.1f - 0.3f) << endl;
	return 0;
}