#include
#include
#include
#include
Template
Struct Display
{
Void Operator () (const t value) {std: cout << value << '';}
}
Inline Int Random (Int min, int max)
{
Return (()% (MAX 1-min)) min);
}
int main ()
{
Typedef st :: vector Intarray;
INTARRAY MyArray;
SRAND (NULL);
For (ITN i = 0; i <10; i)
{
MyArray.push_back (Random (10, 60));
FOR_EACH (MyArray.begin (), MyArray.end (), Display ());
Return 0;
}