0_0_15393374_28267.cpp: In function 'double get()':
0_0_15393374_28267.cpp:75:9: error: 'min' is not a member of 'std'
ans = std::min(ans,F(x[i],y));
^
0_0_15393374_28267.cpp: In function 'int main()':
0_0_15393374_28267.cpp:86:15: error: 'time' was not declared in this scope
srand(time(0));
^
|