#include <iostream>int main(){ std::string E; E = 'a'; std::cout << E[0]; std::cout << E;}
Standard input is empty
aa
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!