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