#include "helper.h" int randomInt(){ return rand();}
#include "helper.h"
int randomInt()
{
return rand();
}