Это, вероятно, очень быстрое решение, но у меня возникают проблемы с выяснением, почему я получаю ошибку.#include
#include
#include
#include
#include
#include
using namespace std;
int main(int argc, char *argv[]){
srand ( time(NULL) );
double randomNumber = (double)(rand() % 100) / 100;
string numCars;
cout
Подробнее здесь: https://stackoverflow.com/questions/136 ... r-operator