#include <iostream>
using namespace std;

int main()
{
    cout << ('i' / 64.36);
}