#include <iostream>using namespace std; int x,y;int main() { x=10; y=20; cout<<"x= "<<x<<"\t"<<"y= "<<y<<endl; return 0;}
Standard input is empty
x= 10 y= 20
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!