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