Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
#include <iostream>#include <graphics.h>using namespace std;int main(){ initwindow(300,300); return 0;}