#include<iostream>int main(){double c = 3.214;std::cout<<"c =" <<c << std::endl;return 0;}
Standard input is empty
c =3.214
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!