We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b51a6 commit bd0dc06Copy full SHA for bd0dc06
modules/task_1/Perov_Dima_task1_SumElVect/main.cpp
@@ -9,7 +9,7 @@ using namespace std;
9
10
int main(int argc, char *argv[])
11
{
12
- srand(time(0));
+ srand((int)time(0));
13
14
double* myVector;
15
int size;
0 commit comments