#include <iostream> using namespace std; int main() { int x; x=3;cout<<"x+2"; return 0; }
x+2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!