#include <iostream>
using namespace std;
int main() {
float myNum = 5.75;
cout << myNum;
return 0;
}