#include <iostream>
#include <cmath>
using namespace std;

int main()
{
	cout << fmod(8.04, 0.004);
}