#include <iostream>
#include <string>

using namespace std;

int main() {
	printf("%.2f", -1.15E-15);
	
	// your code goes here
	return 0;
}