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