void operator()(Cont& c, long count) {
     long cnt = count * 10;
     for (long i = 0; i < cnt; i++)
         c.push_front(fs);
 }