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