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