#include <iostream>using namespace std; int main() { // your code goes here int x=5; cout <<" x = "<<x ; int y=x+3; cout<<"y=" <<y;return 0;}
Standard input is empty
x = 5y=8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!