#include <iostream>using namespace std;int main(){ int age = 25; cout<<“Age = ”<< age;}
Standard input is empty
#include <iostream> using namespace std; int main(){ int age = 25; cout<<“Age = ”<< age; }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!