0_0_36601937_1560.cpp:1:1: error: 'include' does not name a type
include <bits/stdc++.h>
^
0_0_36601937_1560.cpp:6:13: error: 'vector' was not declared in this scope
double gama(vector<double> A, vector<double> B, int Length)
^
0_0_36601937_1560.cpp:6:20: error: expected primary-expression before 'double'
double gama(vector<double> A, vector<double> B, int Length)
^
0_0_36601937_1560.cpp:6:31: error: 'vector' was not declared in this scope
double gama(vector<double> A, vector<double> B, int Length)
^
0_0_36601937_1560.cpp:6:38: error: expected primary-expression before 'double'
double gama(vector<double> A, vector<double> B, int Length)
^
0_0_36601937_1560.cpp:6:49: error: expected primary-expression before 'int'
double gama(vector<double> A, vector<double> B, int Length)
^
0_0_36601937_1560.cpp:6:59: error: expression list treated as compound expression in initializer [-fpermissive]
double gama(vector<double> A, vector<double> B, int Length)
^
0_0_36601937_1560.cpp:7:1: error: expected ',' or ';' before '{' token
{
^
|