#include <iostream>int main() {float div=10.0/3.0;printf("il risultato รจ:%f", div); return 0;}
Standard input is empty
il risultato è:3.333333
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!