Skip to content

Commit bd0dc06

Browse files
author
Dima Perov
committed
Update modules/task_1/Perov_Dima_task1_SumElVect/main.cpp
1 parent 18b51a6 commit bd0dc06

File tree

1 file changed

+1
-1
lines changed
  • modules/task_1/Perov_Dima_task1_SumElVect

1 file changed

+1
-1
lines changed

modules/task_1/Perov_Dima_task1_SumElVect/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace std;
99

1010
int main(int argc, char *argv[])
1111
{
12-
srand(time(0));
12+
srand((int)time(0));
1313

1414
double* myVector;
1515
int size;

0 commit comments

Comments
 (0)