Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
#include<iostream>int main(){std::cout << "Hello World!" << endl << "Another line";std::cout << "Golden hamburger " << "Golden" << endl << "Hamburger" << endl;return 0;}