#include <iostream>using namespace std; int main() { float x = 5/2; cout<<x<<endl; }
40 A
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!