#include <iostream>int main() {float div=(float)10/(float)3;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!