#include
using namespace std; int main() { double x = 5; x /= 3; cout << x; return 0; }
1.66667