#include using namespace std; int main (int argc, char *argv[]) { float x = 16 / (float) 5; cout << x << endl; return 0; }