#include <iostream>using namespace std;int y=5,z=3; int main() { float x=(float) y/z; cout<<x<<endl; return 0;}
Standard input is empty
1.66667
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!