#include <string>



void f(std::string sw) 
{
	for(size_type i = 0; i < sw.length(); i++);
}

