#include<iostream> using namespace std; int main(){ double a = 1.000000001; float b = a; cout << "F E" <<endl; return 0; }