Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
#include <iostream>#include <string>#include <vector>using namespace std;int main(){ vector<string> a(2); a[0]="aaa"; a[1]="bbb"; return 0;}