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