Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
string a="abc";
for (int i = 0; i < 1e7; ++i)
{
"a"+"b";
a=reverse(a);
}